MATLAB中clc是什么意思

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/10 04:36:28

MATLAB中clc是什么意思
MATLAB中clc是什么意思

MATLAB中clc是什么意思
clc
Clear Command Window
GUI Alternatives
As an alternative to the clc function,select Edit > Clear Command Window in the MATLAB desktop.
Syntax
clc
Description
clc clears all input and output from the Command Window display,giving you a "clean screen."
After using clc,you cannot use the scroll bar to see the history of functions,but you still can use the up arrow to recall statements from the command history.
Examples
Use clc in a MATLAB code file to always display output in the same starting position on the screen.
简单的说就是清除屏幕之前打过的代码,清屏~