Open fig file but not with Matlab
45 次查看(过去 30 天)
显示 更早的评论
Hello,
are there any other programms than Matlab that can open the figure files (*.fig)? Something like Irfanview, Paint.NET...
Cheers, Frank
0 个评论
采纳的回答
Walter Roberson
2011-12-24
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 个评论
更多回答(1 个)
Aeen Eftekhari
2018-4-25
Hey all, following the last question, can I use .fig file which is produced in MATLAB in Arcgis? thanks in advance, Aeen
1 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!