Fereidani Samani
University of Waterloo
Followers: 0 Following: 0
Feeds
답변 있음
How to save a MATLAB graphic in a right size .pdf?
h4=figure; set(h4,'PaperSize',[20 10]); %set the paper size to what you want print(h4,'filename','-dpdf') % then print...
How to save a MATLAB graphic in a right size .pdf?
h4=figure; set(h4,'PaperSize',[20 10]); %set the paper size to what you want print(h4,'filename','-dpdf') % then print...
대략 7년 전 | 4
