Help me about this in GUIDE of Matlab ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Nguyen Trong Nhan
il 27 Dic 2013
Risposto: Walter Roberson
il 27 Dic 2013
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 Commenti
Risposta accettata
Più risposte (1)
per isakson
il 27 Dic 2013
Put a line similar to
h = warndlg('My physics applet is about to start,','MyApp');
in the beginning of ypour code.
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!