Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Why does the set dimensions of my figure change upon saving?

1 回表示 (過去 30 日間)
Ulrik William Nash
Ulrik William Nash 2018 年 8 月 2 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I begin my charting with the following code:
x0 = 10;
y0 = 10;
width = 556;
height = 588;
set(gcf,'units','pixels','position',[x0,y0,width,height],'Color','k','InvertHardcopy', 'off')
I create subplot(2,1,...)
And then I save using the following code:
saveas(gcf,'test.png')
If I save manually, there is no problem, but the code above changes the dimensions of my figure from the ones I start by setting. What is going on?

回答 (0 件)

この質問は閉じられています。

タグ

製品


リリース

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by