Documentation of fl


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 fl

function figure_landscape(num);
if nargin == 0;
  num = gcf;
end;
if num > 2; num = 1; end;

orient landscape 
if num == 1;
  set(gcf,'Position',[2 472 650 475])
elseif num == 2;
  set(gcf, 'Position', [630   472   650   475])
end

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