Graphics |
Examples of Basic Operations
This section provides step-by-step instructions for common printing and exporting tasks. Each printing example tells you how to perform the task from the print menus and from the command line. You can perform some tasks from the command line and others only from the menus.
The examples presented here are
Printing a Figure at Screen Size
By default, MATLAB prints your figure at 8-by-6 inches. This size includes the area delimited by the background. This example shows how to print or export your figure the same size it is displayed on your screen.
Using the Graphical User Interface
Using MATLAB Commands
Set the PaperPositionMode
property to auto
before printing the figure.
If later you want to print the figure at its original size, set PaperPositionMode
back to 'manual'
.
Exporting to the Windows Clipboard | Printing with a Specific Paper Size |
© 1994-2005 The MathWorks, Inc.