Navigation

Operators and Keywords

Function List:

C++ API

__plr2__.m File Reference


Functions

endif if (any(imag(theta))) theta
endif if (any(imag(rho))) rho
endif if (isscalar(theta)) if(isscalar(rho)) x
else error ("__plr2__: invalid data for plotting")
endif elseif (isvector(theta)) if(isvector(rho)) if(length(theta)!
endif if (rows(rho)==1) rho
endif if (rows(theta)==1) theta
 elseif (ismatrix(rho))[t_nr
 if (t_nr==1) theta
 if (t_nr!=r_nr) rho

Variables

function retval
 y = rho * sin (theta)
endif x = rho .* cos (theta)
 t_nc = size (theta)
 tmp = t_nr
 t_nr = t_nc
 endif [r_nr, r_nc] = size (rho)
 r_nr = r_nc
 r_nc = tmp

Function Documentation

elseif ( ismatrix(rho  ) 

endif elseif ( isvector(theta  ) 

else error ( "__plr2__: invalid data for plotting"   ) 

if ( t_nr!  = r_nr  ) 

if ( t_nr  = =1  ) 

endif if ( rows(theta = =1  ) 

endif if ( rows(rho = =1  ) 

endif if ( isscalar(theta  ) 

endif if ( any(imag(rho))   ) 

endif if ( any(imag(theta))   ) 


Variable Documentation

endif[r_nr, r_nc] = size (rho)

r_nc = tmp

retval

Initial value:

 __plr2__ (h, theta, rho, fmt)

  if (nargin != 4)
    print_usage ()

t_nc = size (theta)

tmp = t_nr

endif x = rho .* cos (theta)

y = rho * sin (theta)