Open fig file but not with Matlab
45 views (last 30 days)
Show older comments
Frank
on 24 Dec 2011
Commented: Walter Roberson
on 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
0 Comments
Accepted Answer
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.
0 Comments
More Answers (1)
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
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!