Documentation of figure_tall


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

figure_tall(num);

Help text



Cross-Reference Information

This function is called by

Listing of function figure_tall

function figure_tall(num);
if nargin == 0;
  num = gcf;
else
  figure(num); num = gcf;
end

orient tall
set(gcf,'Position',[2+10*(num-1) 225-10*(num-1) 560 722])

set( gcf, 'Color', [ 1 1 1 ] );