.fig won't open

I have created a.fig file which is set to 'visible' however when I try and open this either using File >Open or openfig it is not seen. All suggestions I have found on the web suggest setting it to 'visible'. Can anyone help?

2 Commenti

Star Strider
Star Strider il 22 Giu 2016
The best approach is to upload your .fig file here so we can see if we can reproduce the problem.
ROHIT KUMAR RASTOGI
ROHIT KUMAR RASTOGI il 3 Gen 2022
openfig('Bode_plot_(unstable).fig')

Accedi per commentare.

Risposte (2)

gringer45
gringer45 il 3 Feb 2021

4 voti

I would try something like this. Although in your case the figure is already 'visible' 'on' and setting the visibility is not needed.
openfig('DTfit_1.0.fig')
f = gcf;
set(f,'visible','on')

1 Commento

Ryan Godwin
Ryan Godwin il 20 Lug 2021
Modificato: Ryan Godwin il 20 Lug 2021
I was having a similar problem and this solution worked for me! As others have commented the other answer is incorrect, maybe this one should be changed to the accepted answer.

Accedi per commentare.

Shameer Parmar
Shameer Parmar il 22 Giu 2016

0 voti

for your a.fig, do you have a.m file available with you? if yes, then you can run that .m file and or call that .m file wherever you want, then that fig file (GUI) will open..
If you want to edit that .fig file, then use ' guide' command.
Run guide command then go to tab for ' open existing GUI' browse your .fig file and the edit it..

5 Commenti

Gavin Seddon
Gavin Seddon il 23 Giu 2016
Hello thank you for the reply, this opens a blank workspace and there is no import option to recover my data. I will investigate M file creation (new). It appears this command will be useful in future anyway.
Guillaume
Guillaume il 23 Giu 2016
Modificato: Guillaume il 23 Giu 2016
Using guide to open a figure will only work if the figure is a GUI figure originally generated with guide.
Opening a standard matlab figure with guide is not recommended. guide will remove any object it does not support such as legends, colorbars, etc.
As per Star Strider's comment, upload your figure here, so we can see what is going on.
Gavin Seddon
Gavin Seddon il 21 Lug 2016
Thanks here it is.
Guillaume
Guillaume il 21 Lug 2016
That figure is definitively not a gui figure and opening it with guide will discard most of it. The accepted answer is completely wrong.
I have no problem opening that figure (with openfig or simple double-click) and it is immediately visible.
gringer45
gringer45 il 3 Feb 2021
I agree this answer is 100% wrong.

Accedi per commentare.

Categorie

Scopri di più su Printing and Saving in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by