| Graphics | ![]() |
Printing with a Specific Paper Size
By default, MATLAB uses 8.5-by-11 inch paper. This example shows how to change the paper size to 8.5-by-14 inches by selecting a paper type (Legal).
Using the Graphical User Interface
Legal paper type from the list under Paper size. The width and height fields update to 8.5 and 14, respectively.
inches.
Using MATLAB Commands
Set the PaperUnits property to inches, and the PaperType property to Legal.
Alternatively, you can set the PaperSize property to the size of the paper, in the specified units.
| Examples of Basic Operations | Printing a Centered Figure | ![]() |