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