필터 지우기
필터 지우기

How to give print of a certain axis in the guide?

조회 수: 1 (최근 30일)
Raphael Ferreira
Raphael Ferreira 2018년 3월 8일
편집: Raphael Ferreira 2018년 3월 15일
I'm trying to get print out of a particular axis where the video is but I can not. I can only print from the whole window, but not from a specific axis. The function I used was:
set (gcf, 'PaperPositionMode', 'auto');
print ('PeaksSurface', '-dpng', '-r0');
Result:
Only prints the entire screen. I need to print only the video.

채택된 답변

Walter Roberson
Walter Roberson 2018년 3월 9일
  댓글 수: 7
Raphael Ferreira
Raphael Ferreira 2018년 3월 15일
편집: Raphael Ferreira 2018년 3월 15일
I got it, I used the function "getframe" and turned it into an image and saved it in the "imwrite" function.
Thank you.
result:

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by