How to give print of a certain axis in the guide?
2 views (last 30 days)
Show older comments
Raphael Ferreira
on 8 Mar 2018
Edited: Raphael Ferreira
on 15 Mar 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 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Display Image in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!