plot graph figures as binary image

Réponses (2)

Image Analyst
Image Analyst le 24 Déc 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 le 24 Déc 2020

0 votes

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

Question posée :

le 24 Déc 2020

Commenté :

le 24 Déc 2020

Community Treasure Hunt

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

Start Hunting!

Translated by