Matlab gui how to add "about" information field
3 ビュー (過去 30 日間)
古いコメントを表示
Hi. I've created a gui and i would like to add an "about" button/tab/whatever which will look like most product do. It will hold the name of the project, creator, version and so on. Any suggestions?
0 件のコメント
採用された回答
Geoff Hayes
2016 年 6 月 11 日
Daniel - you could use one of the pre-defined dialogs or you could create your own (which could just be a simple GUI that has some text and a button).
msgbox({'Project X', 'Version 42.0', 'Author: me'},'About My App','help')
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!