Matlab Design App, status text?
Mostrar comentarios más antiguos
Hello Everyone,
I have tried out for applying status text in Matlab Design App. But unfortunately I couldn't. Because, whenever i press the run button, the Processing (Running) text has not shown. Just like figures in below.
I will be glad if you can help,
Best regards....




Respuesta aceptada
Más respuestas (1)
Cameron
el 30 de Dic. de 2022
Try putting a small pause after you edit the value like this:
app.StatusEditField.Value = "Processing";
pause(0.1)
1 comentario
Ibrahim KAYA
el 30 de Dic. de 2022
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!