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

 채택된 답변

Walter Roberson
Walter Roberson 2011년 12월 24일

1 개 추천

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.

추가 답변 (1개)

Aeen Eftekhari
Aeen Eftekhari 2018년 4월 25일

0 개 추천

Hey all, following the last question, can I use .fig file which is produced in MATLAB in Arcgis? thanks in advance, Aeen

댓글 수: 1

Walter Roberson
Walter Roberson 2018년 4월 25일
No, you cannot.
You should perhaps look at geotiffwrite()

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Printing and Saving에 대해 자세히 알아보기

제품

태그

질문:

2011년 12월 24일

댓글:

2018년 4월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by