
After completing the drawing in MATLAB 2025a, there is no export preset option in the 2024 version when exporting, which causes the exported figures to be inconsistent with th
49 views (last 30 days)
Show older comments
图窗选项另存为选项卡下面导出到...中没有导出预设项的选项卡
There is no tab for Export Preferences in the Export To... under the Save As tab of Figure Options
0 Comments
Answers (1)
Umeshraja
on 18 Jun 2025
Edited: Umeshraja
on 18 Jun 2025
I understand you used the Export Setup dialog box in MATLAB 2024a to modify properties of a figure before exporting. To open it, you used "File" > "Export Setup" when you had a figure window open. In MATLAB R2025a, You no longer see an option to open Export Setup Dialog.
Previously, it could also be accessed using the "exportsetupdlg(f)" command. Now, to access similar settings, you can use the "uiexportdlg(f)" command as shown below. For more information, please refer to the following documentation

You can also access the UI Export Dialog box by navigating to "Save As" > "Export To". These settings do not include all of the same options as were in the Export Setup dialog. For example, to change font size and font type of the figure, you can use the Properties panel, or you can change these settings programmatically on the figure before exporting.
Hope this helps!
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!