Have only been using Matlab for a short while but has worked just fine until now. When running a test file to test my programs the command window says shows as "busy" endlessly and stops responding completely indefinitely.

 채택된 답변

Star Strider
Star Strider 2019년 10월 8일

2 개 추천

This occurs with large data sets, infinite loops, or slowly-converging optimizations.
The first option is to use CRTL+C to interrupt MATLAB. This sometimes will point to the problem, because MATLAB will display an error in the Command Window telling what was interrupted. If you have a counter running or something similar, look at its value in the Workspace window to see what the problem may be.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Variables에 대해 자세히 알아보기

제품

릴리스

R2019a

질문:

2019년 10월 8일

답변:

2019년 10월 8일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by