Documentation of spthes


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

sp(pos);

Help text


  h = sp(pos);


Cross-Reference Information

This function calls

Listing of function spthes

function sp(pos);
if (pos == 1);
  subplot('position',[.2 .6 .65 .3]);
elseif (pos == 2);
  subplot('position',[.2 .2 .65 .3]);
else
  error('Input pos needs to be 1 or 2')
end

set(gca, 'box', 'on');