Borrar filtros
Borrar filtros

Display an answer in a text box for a gui

2 visualizaciones (últimos 30 días)
Chris Jordan
Chris Jordan el 16 de Mayo de 2015
Comentada: Image Analyst el 16 de Mayo de 2015
  2 comentarios
Star Strider
Star Strider el 16 de Mayo de 2015
No code followed.
Image Analyst
Image Analyst el 16 de Mayo de 2015
There is no call to set() like I mentioned in my answer below. That's why nothing shows up.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 16 de Mayo de 2015
Assuming you have a static text label, with tag "tension" in that box, you can use set():
set(handles.tension, 'String', num2str(tension));

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by