Effacer les filtres
Effacer les filtres

Matlab Design App, status text?

11 vues (au cours des 30 derniers jours)
Ibrahim KAYA
Ibrahim KAYA le 30 Déc 2022
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....

Réponse acceptée

Image Analyst
Image Analyst le 30 Déc 2022
Try putting
drawnow
after you send the string to the control.

Plus de réponses (1)

Cameron
Cameron le 30 Déc 2022
Try putting a small pause after you edit the value like this:
app.StatusEditField.Value = "Processing";
pause(0.1)
  1 commentaire
Ibrahim KAYA
Ibrahim KAYA le 30 Déc 2022
thanks a lot

Connectez-vous pour commenter.

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by