What are the features of MATLAB fig-format?

43 vues (au cours des 30 derniers jours)
Igor
Igor le 29 Avr 2011
One can store MATLAB Figure (Editor) content as special *.fig (of course, we can export jpg-files and others). But what is fig-format. As I suppose, this is XML-like format, but in binary form. Isn't it? Who knows inner details?

Réponse acceptée

Andrew Newell
Andrew Newell le 29 Avr 2011
  1 commentaire
Igor
Igor le 29 Avr 2011
Thank you very much

Connectez-vous pour commenter.

Plus de réponses (1)

Friedrich
Friedrich le 29 Avr 2011
Hi,
fig files are binary mat files. This can be obtained when you load a fig file as follows:
a = load('figename.fig','-mat')
If you want to know how an mat file is designed look here:
  1 commentaire
Igor
Igor le 29 Avr 2011
That is:
fig-file is a kind of mat-file?
interesting result of this command in command line... I see the WorkSpace. And further -- how can I visualize this structure via command line?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Graphics Objects dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by