Functions | |
if (nargin==1) y | |
if (isvector(y)) y | |
elseif (nargin==2) width=0.75 | |
elseif (nargin!=3) print_usage() | |
endif | if (isvector(x)&&isvector(y)) if(length(x)! |
Variables | |
function | h |
endif [nr, nc] = size (y) | |
x = repmat ((1:nr)', 1, nc) | |
width = 0.75 | |
else [x, y] = meshgrid (x, y) |
elseif | ( | nargin! | = 3 |
) |
elseif | ( | nargin | = =2 |
) | [pure virtual] |
endif if | ( | isvector(x)&&isvector(y) | ) |
if | ( | isvector(y) | ) |
if | ( | nargin | = =1 |
) |
else[x, y] = meshgrid (x, y) |
width = 0.75 |