Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Raphael Ferreira
Raphael Ferreira am 8 Mär. 2018
Bearbeitet: Raphael Ferreira am 15 Mär. 2018
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.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Mär. 2018
  7 Kommentare
Raphael Ferreira
Raphael Ferreira am 15 Mär. 2018
Bearbeitet: Raphael Ferreira am 15 Mär. 2018
I got it, I used the function "getframe" and turned it into an image and saved it in the "imwrite" function.
Thank you.
result:

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by