Matlab gui how to add "about" information field
4 次查看(过去 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!