.Fig to .m file
조회 수: 6 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
채택된 답변
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
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
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!