What are the features of MATLAB fig-format?

One can store MATLAB Figure (Editor) content as special *.fig (of course, we can export jpg-files and others). But what is fig-format. As I suppose, this is XML-like format, but in binary form. Isn't it? Who knows inner details?

 채택된 답변

Andrew Newell
Andrew Newell 2011년 4월 29일

0 개 추천

추가 답변 (1개)

Friedrich
Friedrich 2011년 4월 29일

2 개 추천

Hi,
fig files are binary mat files. This can be obtained when you load a fig file as follows:
a = load('figename.fig','-mat')
If you want to know how an mat file is designed look here:

댓글 수: 1

Igor
Igor 2011년 4월 29일
That is:
fig-file is a kind of mat-file?
interesting result of this command in command line... I see the WorkSpace. And further -- how can I visualize this structure via command line?

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

카테고리

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

제품

질문:

2011년 4월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by