https://www.mathworks.com/matlabcentral/answers/81353-print-option-does-not-save-the-figure-correctly
print command print only part of the graph
조회 수: 1(최근 30일)
표시 이전 댓글
I did a plot and Matlab displays a plot correctly. Then I run
print(gcf, '-dtiff', 'abc.tiff','-r300');
The resulting tiff file shows only a part of the plot. What is the next step?
답변(0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!