
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
조회 수: 45 (최근 30일)
이전 댓글 표시
图窗选项另存为选项卡下面导出到...中没有导出预设项的选项卡
There is no tab for Export Preferences in the Export To... under the Save As tab of Figure Options
댓글 수: 0
답변 (1개)
Umeshraja
2025년 6월 18일
편집: Umeshraja
2025년 6월 18일
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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!