uiprintdlg
Description
uiprintdlg
opens a dialog box with options for printing the current
figure (gcf
). The current figure is an existing figure that has the
HandleVisibility
property set to "on"
. If no such
figure exists, MATLAB® returns an error.
uiprintdlg(
opens a dialog box with
options for printing the specified figure.fig
)
Examples
Input Arguments
Limitations
UI components are not supported. To print the user interface of an app, use the
exportapp
function to create an image. Then print the image.In MATLAB Online™, you can use
uiprintdlg
to print to PDF, but not to external printers.
More About
Version History
Introduced in R2025a