MATLAB: How to save a figure

image processing

I want to save a figure essentially conserving the resolution of it.How can i do that?

Best Answer

hgsave(gcf,'filename')
use hgload to load it
Related Question