trying to open .fig file but an error shows
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear Matlab experts
I have 6 figures i have generated before. Now all opens but a one which i belevie I have modified its font recently. the error message is attached. Please help if you have experienced this before.
Thank you
6 Commenti
Walter Roberson
il 10 Ott 2020
'JFIF' is the signature for a JPEG file. Somehow a JPEG got saved on top of the .fig file.
You will need to recreate the .fig or restore it from backup (if you have it on backup)
Risposte (1)
Fangjun Jiang
il 9 Ott 2020
Some times, or many times, when you save a .fig file, there is also a .mat file saved for it. You need both files to be able to re-open the figure. I assume you didn't copy the .mat file, or they are lost, or they are over-written? Try an example to see how files are created when you save the .fig file.
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!