plot graph figures as binary image

답변 (2개)

Image Analyst
Image Analyst 2020년 12월 24일

1 개 추천

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 2020년 12월 24일

0 개 추천

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

질문:

2020년 12월 24일

댓글:

2020년 12월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by