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',[.2 .70 .55 .22]);
elseif (pos == 2);
subplot('position',[.2 .40 .55 .22]);
elseif (pos == 3);
subplot('position',[.2 .10 .55 .22]);
else
error('Input pos needs to be 1 or 2')
end
set(gca, 'box', 'on');