How can I understand that my program is running or not?
古いコメントを表示
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 件のコメント
Aquatris
2024 年 7 月 29 日
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
2024 年 8 月 1 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で App Building についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
