Is MATLAB App Designer in place of Matlab GUI in MATLAB 2020a?
2 ビュー (過去 30 日間)
古いコメントを表示
I want to make a GUI on MATLAB . GUI does not exist in New part. Is App used for in place of GUI?Should I select this to create a GUI? Thanks in advance :)
0 件のコメント
採用された回答
Ameer Hamza
2020 年 6 月 19 日
編集済み: Ameer Hamza
2020 年 6 月 19 日
GUIDE is still available in MATLAB R2020a. You can run it using
guide
However, it is depreciated now and will be removed in future releases. The new tool to develop GUI now is App designer. See this thread for a detailed discussion on developing GUI in MATLAB: https://www.mathworks.com/matlabcentral/answers/483657-how-to-create-a-gui
2 件のコメント
Ameer Hamza
2020 年 6 月 19 日
I am glad to be of help!
I forgot to paste the link to the thread, I have updated the answer.
その他の回答 (1 件)
Jan Studnicka
2020 年 6 月 19 日
編集済み: Jan Studnicka
2020 年 6 月 19 日
Yes.
You can find more information here:
and here:
参考
カテゴリ
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!