plot graph figures as binary image

Respuestas (2)

Image Analyst
Image Analyst el 24 de Dic. de 2020
The preferred way for R2020a and later is:
exportgraphics(gcf, 'MyFigure.png'); % Or can use gca for the axis (not the whole figure);
Zhang Qingyang
Zhang Qingyang el 24 de Dic. de 2020

0 votos

saveas
such as
saveas(gca,'Filename.jpg');
gca is the handle of you current axis

Preguntada:

el 24 de Dic. de 2020

Comentada:

el 24 de Dic. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by