Display an answer in a text box for a gui
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Chris Jordan
le 16 Mai 2015
Commenté : Image Analyst
le 16 Mai 2015

2 commentaires
Image Analyst
le 16 Mai 2015
There is no call to set() like I mentioned in my answer below. That's why nothing shows up.
Réponse acceptée
Image Analyst
le 16 Mai 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Downloads dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!