Clear Filters
Clear Filters

Open fig file but not with Matlab

62 views (last 30 days)
Hello,
are there any other programms than Matlab that can open the figure files (*.fig)? Something like Irfanview, Paint.NET...
Cheers, Frank

Accepted Answer

Walter Roberson
Walter Roberson on 24 Dec 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.

More Answers (1)

Aeen Eftekhari
Aeen Eftekhari on 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 Comment
Walter Roberson
Walter Roberson on 25 Apr 2018
No, you cannot.
You should perhaps look at geotiffwrite()

Sign in to comment.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!