필터 지우기
필터 지우기

Open fig file but not with Matlab

조회 수: 38 (최근 30일)
Frank
Frank 2011년 12월 24일
댓글: Walter Roberson 2018년 4월 25일
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일
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일
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()

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

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by