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 hold plots in MatLab? - hold -- MatLab

How to check whether point is changed or not in MatLab? - ischange -- MatLab

Data distribution plots in MatLab -- MatLab