📜  八度清晰图 - Matlab 代码示例

📅  最后修改于: 2022-03-11 15:01:04.204000             🧑  作者: Mango

代码示例1
clf;             % Clears the current figure
cla;             % Clears the current axis
shg             % Brings the current figure to the top of the window stack
delete (handle);% Deletes the referenced graphics object
close             % Closes the figure window