How to close figure in MatLab? - close -- MatLab

 How to close figure in MatLab? - close -- MatLab


close command

How to close current figure?
close;
How to close all figure?
close all;
or
close('all');

source:

Comments

Popular posts from this blog

How to create new figure ( window for plotting ) in MatLab? - figure -- MatLab

How to draw animated plots through code in MatLab? -- MatLab