Help me about this in GUIDE of Matlab ?
1 次查看(过去 30 天)
显示 更早的评论
I have make a matlab GUIDE for my physics applet, Now I want this : when I run my GUIDE, It appear a dialog or a small window with my introduce about the applet. For example, like this picture: http://www.topjimmy.net/TJS/manual/images/tj20sesuccess.gif How do I do that ?
0 个评论
采纳的回答
更多回答(1 个)
per isakson
2013-12-27
Put a line similar to
h = warndlg('My physics applet is about to start,','MyApp');
in the beginning of ypour code.
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!