Help me about this in GUIDE of Matlab ?
1 回表示 (過去 30 日間)
古いコメントを表示
Nguyen Trong Nhan
2013 年 12 月 27 日
回答済み: Walter Roberson
2013 年 12 月 27 日
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!