Functions | |
function | spy (x, varargin) if(nargin< 1) print_usage() |
if (numel(i)< 1000) line_spec | |
elseif (isscalar(varargin{i})) markersize | |
else | error ("spy: expected markersize or linespec") |
if (isnan(markersize)) plot(j | |
else | plot (j, i, line_spec,"markersize", markersize) |
endif | axis ([0, n+1, 0, m+1],"ij") |
Variables | |
endif | markersize = NaN |
else | line_spec = "." |
endif for | i |
endif | endfor [i, j, s] = find (x) |
endif axis | ( | "ij" | ) |
elseif | ( | isscalar(varargin{i}) | ) |
else error | ( | "spy: expected markersize or linespec" | ) |
if | ( | isnan(markersize) | ) |
if | ( | ) |
else plot | ( | j | , | |
i | , | |||
line_spec | , | |||
"markersize" | , | |||
markersize | ||||
) |
function spy | ( | x | , | |
varargin | ||||
) |
line_spec = "." |
endif markersize = NaN |