How can I understand that my program is running or not?
Show older comments
My one matlab program is running. It is not showing any error, but taking too long time. I have checked it with breakpoints. Is there any way to understand that Matlab is running or not?
2 Comments
Aquatris
on 29 Jul 2024
Matlab window left bottom corner would read 'busy' when it is doing stuff.
If it is taking too long and you want some indication of your code still doing what it is supposed to do instead of getting stuck in an infinite loop, you can use waitbars or fprintf statements in various locations of your code to trace it from the console/popup windows.
Sunipa Som
on 1 Aug 2024
Accepted Answer
More Answers (0)
Categories
Find more on App Building 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!