clc
清空命令行窗口
语法
说明
clc
清除命令行窗口中的所有文本,让屏幕变得干净。运行 clc
后,您不能使用命令行窗口中的滚动条查看以前显示的文本。但您可以在命令行窗口中使用向上箭头键 ↑ 从命令历史记录中重新调用语句。
使用 MATLAB® 代码文件中的 clc
始终都能在屏幕的同一起始位置显示输出。
示例
清除所有输出
在运行命令之前,从命令行窗口清除所有文本。
创建一个 8×8 随机数矩阵。
rand(8)
ans = 0.5241 0.3429 0.4210 0.3993 0.6164 0.6077 0.4169 0.5554 0.1202 0.6382 0.0921 0.6976 0.2690 0.9480 0.3801 0.8463 0.1778 0.3430 0.0240 0.2037 0.5597 0.0596 0.2133 0.4081 0.7061 0.2165 0.4911 0.6663 0.9448 0.2687 0.3829 0.4620 0.8314 0.7862 0.2783 0.4431 0.7145 0.9867 0.0297 0.8263 0.0348 0.7231 0.3398 0.4333 0.6792 0.7722 0.4723 0.9912 0.7578 0.2788 0.2873 0.1752 0.9594 0.4754 0.3334 0.5239 0.9571 0.5824 0.1709 0.1932 0.7753 0.6809 0.9758 0.9254
清除命令行窗口中的所有文本。
clc
创建一个由随机数组成的 5×5 矩阵。
rand(5)
ans = 0.0499 0.6014 0.6535 0.2990 0.0983 0.5459 0.7896 0.4897 0.2561 0.8596 0.9432 0.7992 0.9729 0.8866 0.0276 0.3215 0.0496 0.7485 0.4468 0.8992 0.8065 0.2832 0.5678 0.8160 0.8999
版本历史记录
在 R2006a 之前推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)