Main Content
exportapp
Syntax
Description
exportapp(
exports the contents of the figure specified by fig
,filename
)fig
and stores it in
the file specified by filename
. The figure must be created with either
the uifigure
function or App Designer. All graphical content is
captured, including UI components. The supported file types are JPEG, PNG, TIFF, and
PDF.
Examples
Input Arguments
Limitations
exportapp
is not supported in MATLAB Online™ or in Web Apps (MATLAB Compiler).Exporting an app as a PDF file is not supported in the Live Editor.
Version History
Introduced in R2020b