Filter löschen
Filter löschen

Open fig file but not with Matlab

62 Ansichten (letzte 30 Tage)
Frank
Frank am 24 Dez. 2011
Kommentiert: Walter Roberson am 25 Apr. 2018
Hello,
are there any other programms than Matlab that can open the figure files (*.fig)? Something like Irfanview, Paint.NET...
Cheers, Frank

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 24 Dez. 2011
Not that I have ever heard of.
.fig files are actually .mat files that happen to store variables that are standard MATLAB graphic objects such as uicontrol, surface, line plots, and so on. .fig files do not store any rendered image. A program outside of MATLAB that was able to interpret them would have to understand the graphics objects and be able to render them.
.fig files not intended as static images: they are intended to store the full graphics hierarchy for recalling and working with further.

Weitere Antworten (1)

Aeen Eftekhari
Aeen Eftekhari am 25 Apr. 2018
Hey all, following the last question, can I use .fig file which is produced in MATLAB in Arcgis? thanks in advance, Aeen
  1 Kommentar
Walter Roberson
Walter Roberson am 25 Apr. 2018
No, you cannot.
You should perhaps look at geotiffwrite()

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by