How do you clear the console in MATLAB?
For example, I'm debugging a script that displays a ton of output. I want to clear the console on every run, so I don't have to look through output from old runs.
|
|
|
|
|
|
|
Short answer, the CLC function:
You can also select Edit > Clear Command Window in the MATLAB desktop. |
||
|
|
|
|
Related functions include:
|
||||
|
|
|
One more option to achieve the clc is to right-clicking in the command window and choosing 'Clear command window' |
||
|
|