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 = "" |
elseif | ( | nargs | = =2 |
) |
error | ( | "polar: third argument must be a string" | ) |
if | ( | nargout | , | |
0 | ||||
) |
if | ( | iscomplex(varargin{1}) | ) |
if | ( | nargs | = = 3 |
) |
newplot | ( | ) |
endif set | ( | h | , | |
"xlim" | , | |||
"ylim" | , | |||
"xaxislocation" | , | |||
"zero" | , | |||
"yaxislocation" | , | |||
"zero" | , | |||
"dataaspectratio" | ||||
) |
oldh = gca () |
function retval |
tmp = __plr2__ (h, varargin{:}) |