clear  是清变量;

clc  只清屏;

clf  清除图形窗口上的旧图形;

hold on  是为了显示多幅图像时,防止新的窗口替代旧的窗口;

close  关闭所有显示的图像。

  

相关文章: