How to give print of a certain axis in the guide?
1 次查看(过去 30 天)
显示 更早的评论
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171086/image.png)
Only prints the entire screen. I need to print only the video.
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!