Navigation

Operators and Keywords

Function List:

C++ API

polar.m File Reference


Functions

 newplot ()
 if (nargs==3) if(!ischar(varargin
 error ("polar: third argument must be a string")
 elseif (nargs==2) if(ischar(varargin
 if (iscomplex(varargin{1})) maxr
endif else print_usage ()
endif set (h,"xlim",[-maxr, maxr],"ylim",[-maxr, maxr],"xaxislocation","zero","yaxislocation","zero","dataaspectratio",[1, 1, 1])
 if (nargout > 0) retval
endif unwind_protect_cleanup axes (oldh)

Variables

function retval
 oldh = gca ()
unwind_protect axes (h)
endif tmp = __plr2__ (h, varargin{:})
 maxr = max (varargin {2} (:))
endif else fmt = ""

Function Documentation

endif unwind_protect_cleanup axes ( oldh   ) 

elseif ( nargs  = =2  ) 

error ( "polar: third argument must be a string  ) 

if ( nargout  ,
 
)

if ( iscomplex(varargin{1})   ) 

if ( nargs  = = 3  ) 

newplot (  ) 

endif else print_usage (  ) 

endif set ( ,
"xlim"  ,
"ylim"  ,
"xaxislocation"  ,
"zero"  ,
"yaxislocation"  ,
"zero"  ,
"dataaspectratio"   
)


Variable Documentation

endif else fmt = ""

else maxr = max (varargin {2} (:))

oldh = gca ()

function retval

Initial value:

 polar (varargin)

  [h, varargin, nargs] = __plt_get_axis_arg__ ("polar", varargin{:})

tmp = __plr2__ (h, varargin{:})