Checking Matlab program is running or not from command window
5 次查看(过去 30 天)
显示 更早的评论
My Matlab code is running in a computer and it is showing busy. But it is taking long time, therefore I have doubt/confution. Is there any way to check it is running or not from command window. Because now I can not write anything within .m files.
0 个评论
回答(1 个)
Piyush Kumar
2024-7-31
If you are using Linux, you can run "top" or "ps" to get the list of running processes.
If you are using Windows, you can check the running processes and it's details from Task Manager.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!