How to modify a GUI
80 ビュー (過去 30 日間)
古いコメントを表示
I have created a Graphical User Interface (GUI), but after saving it I can't open and modify it anymore (I can do this just with the editor, but not with the figure! ). Could you help me ?
採用された回答
Niklas Nylén
2014 年 5 月 28 日
編集済み: Niklas Nylén
2014 年 5 月 28 日
Right click the .fig file in matlab and select "Open in GUIDE".
2 件のコメント
Joseph Cheng
2014 年 5 月 28 日
or similar to how you would enter
>>edit myfunc
for editing m file functions you can do
>> guide myfunc
to open the .fig file
その他の回答 (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!