Why in 2025a figure Eport Setup have been removed?

조회 수: 158 (최근 30일)
Riccardo
Riccardo 2025년 7월 19일
댓글: yali 2025년 8월 2일
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.

답변 (2개)

Anita
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?
  댓글 수: 2
Riccardo
Riccardo 2025년 7월 26일
Thanks, Anita, for your answer!
I do not consider myself an expert of typography, but here are some of the settings I found more useful in the workflow I have developed so far:
  • First, I found fundamental to determine the exact dimension of the picture, consistently for the destination of it. For example, a 10cm x 8cm figure is perfect for an A4/Letter document, while normally I go for 17cm x 8cm in case of wide figures. Bigger figures are used in beamers and slides.
  • Once set the dimension, font size can simply match the one of the documents you are writing.
  • Normally I like to use a font which is coherent to the one used in the document (ex. TeX Gyre Pagella / Palatino Lynotype, Times New Roman ecc.). I normally prefer serif fonts for plots even if the document uses sans-serif ones, even if probably I am breaking some "good typography" principles.
  • Of course, the option "expand axes to fill figure" is ticked.
  • Normally, I export figures in .png format, 600dpi, as I encountered some fonts incompatibility with the .eps export and also because they are easier to be edited later, if needed.
These are only some of the things I used in my usual workflow, they are mainly self-taught, and are not intended to be a guide for anyone! ! I was just wondering if I was the only one facing this problem, and I hope they may be useful in some way.
p.s. I installed r2024b too. I code with 2025a, then I save the .fig and I open it with the older release.
Anita
Anita 2025년 7월 31일
@Riccardo, thanks for your reply! We would like to better understand your workflow and have a few follow-up questions:
  • What are the main challenges that you are encountering with uiexportdlg?
  • The uiexportdlg dialog is used to export immediately after configuring the export settings. How does configuring export settings and exporting the figure each fit in your workflow? For example, how often do you find yourself reusing export configurations across different figures or MATLAB sessions?
  • Could you please share more about your preference for setting properties like font style and size through the export dialog, instead of directly on the figure?
We really appreciate you sharing your use case.

댓글을 달려면 로그인하십시오.


Vidip
Vidip 2025년 7월 24일
I undertsand 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:

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

제품


릴리스

R2025a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by