Global Index (short | long) | Local contents | Local Index (short | long)
figure_orient(num);
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 ] );