Functions | |
while (k<=nargs) a = varargin{k++} | |
if (isvector(a)) a | |
elseif (ismatrix(a)) | |
else | usage ("%s (...)", caller) |
if (ischar(a)||iscellstr(a)) retval(idx++) | |
elseif (isvector(a)) a | |
else | error ("wrong argument types") |
endif | if (size(a)!=sz) error("argument sizes do not match") |
if (ndata > 6) error("too many arguments to a plot") | |
endif endwhile endwhile | if (!(ischar(a)||iscellstr(a))) retval(idx++) |
endif | drawnow () |
Variables | |
function | retval |
endif | nargs = length (varargin) |
k = 1 | |
idx = 1 | |
data = cell(6,1) | |
endif | sz = size (a) |
ndata = 1 | |
break |
endif drawnow | ( | ) |
elseif | ( | isvector(a) | ) |
elseif | ( | ismatrix(a) | ) |
else error | ( | "wrong argument types" | ) |
if | ( | ndata | , | |
6 | ||||
) |
endif if | ( | size(a)! | = sz |
) |
if | ( | ischar(a)||iscellstr(a) | ) |
if | ( | isvector(a) | ) |
break |
idx = 1 |
k = 1 |
ndata = 1 |
endif sz = size (a) |