the size of plot using "print"
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone~
I have a question about saving plot as pictures. I heard of the Oliver Woodford code but still want to check with you guys about this question.
I use >>set(gcf,'Position',[100 100 900 400]); %define the size of the plot.
>>print(gcf,'-dtiffn','-r300', 'xxx'); %save the picture.
The saved picture has a different size than the size defined by the command. If I manually drag the plot window to change the size, the saved picture still doesn't record that change.
Using things like >> axis equal can change the size of the saved picture.
Anyone knows what's the problem here? Thank you~
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!