See other catalogues for
The MathWorks
You may also be interested in
Text version of the page
| | | | | | | | | | | | | | | |
| | | |
| | | printdlg | | |
| | | |
| | | Purpose Syntax Description | | |
| | | Print dialog box printdlg printdlg(fig) printdlg('-crossplatform',fig) printdlg('-setup',fig) printdlg prints the current figure. printdlg(fig) creates a modal dialog box from which you can print the figure window identified by the handle fig.Notethatuimenus do not print. printdlg('-crossplatform',fig) displays the standard cross-platform MATLAB printing dialog rather than the built-in printing dialog box for Microsoft Windows computers. Insert this option before the fig argument. printdlg('-setup',fig) forces the printing dialog to appear in a setup mode. Here one can set the default printing options without actually printing. | | |
| | | |
| | | |
| | | Note A modal dialog box prevents the user from interacting with other windows before responding. For more information, see WindowStyle in the MATLAB Figure Properties. | | |
| | | |
| | | See Also | | |
| | | pagesetupdlg, printpreview | | |
| | | |
| | | |
| | | 2-2635 | | |
| | | |
| | | | | | | | | | | | | | | |