Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)
sp(pos);
h = sp(pos);
| This function calls | |
|---|---|
function sp(pos);
if (pos == 1);
subplot('position',[.1 .1 .3870 .8350]);
elseif (pos == 2);
subplot('position',[.5480 .1 .3870 .8350]);
else
error('Input pos needs to be 1 or 2')
end