Documentation of figure_landscape


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


Function Synopsis

figure_landscape(num);

Help text



Cross-Reference Information

This function is called by

Listing of function figure_landscape

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

orient landscape 
set(gcf,'Position',[2+10*(num-1) 472-10*(num-1) 650 475])

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