Home >Common Problem >How to stop running commands in matlab
How to stop running commands in matlab: 1. Select a program and click the run icon; 2. Click the pause icon above to temporarily stop the program from running; 3. Click to exit debugging to force stop the busy program.
The operating environment of this article: Windows 7 system, matlabR2020a version, Dell G3 computer.
How to stop running commands in matlab:
1. After clicking to enter matlab, we select a program and then click the run icon.
#2. As shown in the figure below, if the amount of data processed is relatively large, Busy will always be displayed in the lower left corner.
#3. Click the pause icon above to temporarily stop the program, as shown in the figure below.
4. Then, if we really want to force stop the busy program, just click to exit debugging as shown below,
5. As shown in the figure below. In this way, the lower left corner will not display Busy, and the program has been forced to stop.
6. Of course, if we temporarily stop the running program and want to continue running it, just click Run below.
##Related free learning recommendations:php programming (video)
The above is the detailed content of How to stop running commands in matlab. For more information, please follow other related articles on the PHP Chinese website!