How to give print of a certain axis in the guide?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Display Image finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!