Is there a way to show output directly on ui figure with App Designer?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sc
el 29 de Mzo. de 2018
Respondida: alifedjoun
el 17 de Feb. de 2019
I'm creating an user interface with App Designer and I'd like to insert output (like answer of prompt) directly on UI Figure and not in the Command Window. Is this possible?
0 comentarios
Respuesta aceptada
Birdman
el 29 de Mzo. de 2018
It is possible. I hope I understood you correctly. I made a simple app where I used Label, Edit Field(Numeric) and Button. I simply write a number in the edit field and when I click the button, it is automatically displayed on UIFigure by the help of Label. The callback code is
app.Label.Text=string(app.EditField.Value);
Hope this helps.
5 comentarios
Birdman
el 5 de Abr. de 2018
Check the release notes to see if there is any difference between releases:
Más respuestas (1)
alifedjoun
el 17 de Feb. de 2019
how did you display answer in command window?
thanks for any help
0 comentarios
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!