Display print dialog box
Syntax
printdlg
printdlg(fig)
printdlg('-crossplatform',fig)
Description
printdlg prints the current Figure.
printdlg(fig) creates a dialog box from which you can print the Figure window identified by the handle fig. Note that Uimenus 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 and Macintosh computers. Insert this option before the fig argument.
[ Previous | Help Desk | Next ]