Documentation of fpdo


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


Function Synopsis

figure_orient(num);

Help text



Listing of function fpdo

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

orient tall
if num == 1;
  set(gcf,'Position',[8 8 552 390])
elseif num == 2;
  set(gcf, 'Position', [8 44 552 390])
end

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