Matlab Design App, status text?
4 views (last 30 days)
Show older comments
Ibrahim KAYA
on 30 Dec 2022
Answered: Image Analyst
on 30 Dec 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....
0 Comments
Accepted Answer
Image Analyst
on 30 Dec 2022
Try putting
drawnow
after you send the string to the control.
0 Comments
More Answers (1)
Cameron
on 30 Dec 2022
Try putting a small pause after you edit the value like this:
app.StatusEditField.Value = "Processing";
pause(0.1)
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!