run .m without .fig (GUI)
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, it's simple question..
any hope to run .m file without using .fig file and GUI works fine ? OR should i have both ?
0 件のコメント
採用された回答
Geoff Hayes
2016 年 7 月 23 日
Ahmed - if the GUI was created using GUIDE, then you need both the m file and the figure (.fig) file to be able to run the GUI.
4 件のコメント
Geoff Hayes
2016 年 7 月 23 日
Perhaps the Behavior property has been removed from 2016a (I am using R2014a). You can try commenting out or deleting all the lines that refer to this property in the rhinoGui_final_LayoutFcn function.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!