Display an answer in a text box for a gui

3 visualizzazioni (ultimi 30 giorni)
  2 Commenti
Image Analyst
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.

Accedi per commentare.

Risposta accettata

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

Più risposte (0)

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!

Translated by