plot graph figures as binary image

Antworten (2)

Image Analyst
Image Analyst am 24 Dez. 2020

1 Stimme

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 am 24 Dez. 2020

0 Stimmen

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

Gefragt:

am 24 Dez. 2020

Kommentiert:

am 24 Dez. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by