Display an answer in a text box for a gui

1 vue (au cours des 30 derniers jours)
Chris Jordan
Chris Jordan le 16 Mai 2015
Commenté : Image Analyst le 16 Mai 2015
  2 commentaires
Star Strider
Star Strider le 16 Mai 2015
No code followed.
Image Analyst
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.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
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));

Plus de réponses (0)

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!

Translated by