Why in 2025a figure Export Setup have been removed?
167 次查看(过去 30 天)
显示 更早的评论
Good morning to everyone,
I have just bought a new laptop, downloaded 2025a, opened a figure I created with 2024b and BOOM I realized (with great regret!) that the "Figure Export Setup" have been removed...
In my academic and professional experience it was an essential feature to produce figures and plots in line with the specific request (journal article, technical report, presentation etc..) and coherent throughout the work for whant concerns font size, figure dimensions and features.
I know that now there's the "uiexportdlg" https://www.mathworks.com/help/releases/R2025a/matlab/ref/uiexportdlg.html but, in my humble opinion, there is no comparison at all. Is there a way to be able to save profiles for the export of figures as was done in the old “File” > “Export Setup” mode? And, above all, does anyone know the reason why this feature was removed? I simply can't get the point about it.
I'm not the reactionary kind of software users, but I'm seriously thinking about switching back to 2024b.
5 个评论
回答(2 个)
Anita
2025-7-22
Thanks for your questions and feedback. As of R2025a, the recommended workflow is to set figure properties, such as fonts, line properties, tick values, and renderer, either interactively or programmatically before opening the uiexportdlg dialog box. The uiexportdlg dialog options are automatically saved and restored, but it’s not possible to save and load different export styles.
This change was made to simplify the export dialog interface. You can find more details here:
We understand that this change may impact your workflow, and we value your input. Could you please share which settings you typically expect to configure through the uiexportdlg dialog? Additionally, which settings do you consider important to preserve and restore in your workflow?
12 个评论
Anita
2026-2-11,18:54
Thanks for sharing your feedback. We’ll continue to monitor the thread and take these use cases into consideration.
dpb
2026-2-11,20:04
@Anita -- it comes to mind an alternate implementation would be to have named default properties mappings for figures/axes in a settings library. It kinda' exists now in that one could again build m-files that contain the particular combinations, but afaik there's no formal tool/interface for such.
Again, once having had the facility to change virtually everything in the one place without having to do things piecemeal, it's understandable the folks with these kinds of uses miss it.
Even when I was still "just one-man consulting" the amount of time in cleaning up the default graphics to be presentable even for single clients was generally more effort than the whole of the work to do the analysis.
Vidip
2025-7-24
编辑:Stefanie Schwarz
2026-1-16
I understand that you used the Export Setup dialog box in MATLAB 2024b to modify properties of a figure before exporting.
The below MATLAB Answer discusses a similar issue. Please refer to it and see if it provides any helpful insights:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!