.Fig to .m file

7 ビュー (過去 30 日間)
Lina Carmen
Lina Carmen 2011 年 2 月 8 日
コメント済み: mark 2016 年 12 月 5 日
I could managed to convert my .fig file to .m file,but the original .m file which was created by GUIDE cant be used without .fig file.How to teach it to use new generated .m file to create the graphical items?

採用された回答

Walter Roberson
Walter Roberson 2011 年 2 月 8 日
It should in theory now just be a matter of removing the call to load the figure, and instead calling the routine that recreates the items that were in the figure.
  1 件のコメント
mark
mark 2016 年 12 月 5 日
how do we remove the call to load the figure and replace it with a routine that recreates the items that were in the figure,

サインインしてコメントする。

その他の回答 (2 件)

Brett Shoelson
Brett Shoelson 2011 年 2 月 9 日
Lina,
From your GUIDE-built GUI, pull down from the File menu to EXPORT. That should generate a MATLAB file that will recreate the GUI independent of the Fig file.
Cheers,
Brett
  1 件のコメント
Lina Carmen
Lina Carmen 2011 年 2 月 12 日
I also accept this answer :)
Thanks Brett

サインインしてコメントする。


Carlos Caicedo
Carlos Caicedo 2016 年 6 月 3 日

カテゴリ

Help Center および File ExchangeCreating, Deleting, and Querying Graphics Objects についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by