Main Content

exportsetupdlg

Open figure Export Setup dialog box

Description

example

exportsetupdlg(f) displays the export settings dialog box. MATLAB® applies your selections to the figure, f.

exportsetupdlg applies your selections to the current figure. If no figure exists, MATLAB creates a new figure.

Examples

collapse all

Create a figure and display the Export Setup dialog.

f = figure;
exportsetupdlg(f);

Input Arguments

collapse all

Target figure, specified as a figure object.

Version History

Introduced in R2006b