display value on GUi
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hai, I have a GUI that contain calculation. After done calculation, the answer I want to display it. Can you help me?
1 comentario
Jan
el 24 de Mayo de 2017
"a GUI that contain calculation" is not clear. How is the result of the calculation available? Is the calculation started inside a callback? How do you want to display the results - as text or diagram?
Respuestas (1)
Walter Roberson
el 24 de Mayo de 2017
msgbox( sprintf('The answer was: %g', YourAnswerVariable) );
0 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!