Documentation of fo


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


Function Synopsis

figure_orient(num);

Help text



Cross-Reference Information

This function is called by

Listing of function fo

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

orient tall
if num == 1;
  set(gcf,'Position',[2 225 560 722])
elseif num == 2;
  set(gcf, 'Position', [ 720   225   560   722])
end

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