Using MATLAB Graphics     Search    Help Desk 

Specifying Paper Orientation

By default, figures print in portrait mode. If you want to print in landscape mode, set the PaperOrientation property to landscape. You can do this in the Page Setup dialog box, or by entering this command at the command line:

You may also need to set the PaperPosition property so that the figure fits on the page.

If you set the paper orientation from the Print Setup dialog box or use the orient command, MATLAB sets the orientation of the printed output, by setting both the PaperOrientation and PaperPosition properties of the figure.



[ Previous | Help Desk | Next ]