Functions | |
if (strncmp(pfunc,"contour", 7)) iscontour | |
endif | if (strcmp(pfunc,"plot")) isplot |
elseif (strcmp(pfunc,"plot3")) isplot | |
elseif (strcmp(pfunc,"polar")) isplot | |
if (nargin< 1) needusage | |
if (ischar(fun)) if(exist(fun | |
file | exist (fun,"builtin")) fun |
endif | if (isplot &&length(argnames(fun))==2) nargs |
Variables | |
function [h, needusage] | |
else | iscontour = false |
isplot3 = false | |
ispolar = false | |
nargs = 1 | |
else | isplot = false |
endif [ax, varargin, nargin] = __plt_get_axis_arg__ (func, varargin{:}) | |
needusage = false | |
return | |
endif | parametric = false |
fun = varargin {1} |
elseif | ( | strcmp(pfunc,"polar") | ) |
elseif | ( | strcmp(pfunc,"plot3") | ) |
file exist | ( | fun | , | |
"builtin" | ||||
) |
if | ( | ischar(fun) | ) |
if | ( | ) |
endif if | ( | strcmp(pfunc,"plot") | ) |
if | ( | strncmp(pfunc,"contour", 7) | ) |
else fun = varargin {1} |
isplot3 = false |
ispolar = false |
nargs = 1 |
needusage = false |
endif parametric = false |
return |