.fig file opens in non-editable way

7 visualizaciones (últimos 30 días)
Steeven
Steeven el 1 de Mzo. de 2018
Comentada: Qi Tan el 11 de Jul. de 2021
I have a simple script that plots some data. The plots are shown on the screen as by default and I use the saveas function to save them as .fig files as well.
This works fine, although when I double-click the .fig-files, they are not shown. I read that this is due to them being set to invisible.
I therefore use this line in the top of my document to make everything visible:
set(0,'DefaultFigureVisible','on')
This works! The graphs are showing as always while the script is running, and the saved .fig-files can now be opened.
But... they are now in an un-editable format. I can only view them but not edit them because the menu in the top of the figure window has disappeared! See the difference on the below images. How can I get it back so I can save the graphs for later edit?

Respuestas (1)

Jan
Jan el 1 de Mzo. de 2018
set(gcf, 'Menubar', 'figure', 'Toolbar', 'figure')
  2 comentarios
Jan
Jan el 2 de Mzo. de 2018
@Steeven: "I read that this is due to them being set to invisible." Where did you read this? The saved figures are invisible, if they were so before saving.
Did you modify the DefaultFigureVisibility? Do you set 'Visisble' to 'off' before saving? Do you have any idea, why the toolbar and menubar vanishes in your case? This is not the standard behavior.
Qi Tan
Qi Tan el 11 de Jul. de 2021
hi, I offer one possible situation, I met today: savefig in the live script... Thank you for your solution!

Iniciar sesión para comentar.

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by