"Busy" in command window, doesn't respond

19 visualizaciones (últimos 30 días)
Amanda McGovern
Amanda McGovern el 8 de Oct. de 2019
Respondida: Star Strider el 8 de Oct. de 2019
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.

Respuesta aceptada

Star Strider
Star Strider el 8 de Oct. de 2019
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.

Más respuestas (0)

Categorías

Más información sobre Variables en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by