Display an answer in a text box for a gui
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Chris Jordan
il 16 Mag 2015
Commentato: Image Analyst
il 16 Mag 2015

2 Commenti
Image Analyst
il 16 Mag 2015
There is no call to set() like I mentioned in my answer below. That's why nothing shows up.
Risposta accettata
Image Analyst
il 16 Mag 2015
Assuming you have a static text label, with tag "tension" in that box, you can use set():
set(handles.tension, 'String', num2str(tension));
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Downloads in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!