Main Content

exportsetupdlg

(To be removed) Open figure Export Setup dialog box

The exportsetupdlg function will be removed in a future release. Use uiexportdlg instead.

Description

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

example

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

collapse all