Open figure Export Setup dialog box
exportsetupdlg(f)
exportsetupdlg
example
exportsetupdlg(f) displays the export settings dialog box. MATLAB® applies your selections to the figure, f.
f
exportsetupdlg applies your selections to the current figure. If no figure exists, MATLAB creates a new figure.
collapse all
Create a figure and display the Export Setup dialog.
f = figure; exportsetupdlg(f);
Target figure, specified as a figure object.
printdlg | printpreview
printdlg
printpreview