Matlab Design App, status text?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(1 个)
Cameron
2022-12-30
Try putting a small pause after you edit the value like this:
app.StatusEditField.Value = "Processing";
pause(0.1)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!