フィルターのクリア

fit figure size to A4

55 ビュー (過去 30 日間)
Dominika
Dominika 2014 年 5 月 14 日
編集済み: Star Strider 2014 年 5 月 14 日
Hi,
I'm trying to print my figure from GUI using
printdlg(gcf)
size of my figure is bigger than A4 so I want to scale it so that it can fit A4. How can I do it?
Thanks a lot,
Dominika

回答 (1 件)

Star Strider
Star Strider 2014 年 5 月 14 日
編集済み: Star Strider 2014 年 5 月 14 日
See the documentation on Figure Properties. The PaperSize and the related options may help solve your problem.
Also consider using the print command instead, and the many options it offers.

Community Treasure Hunt

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

Start Hunting!

Translated by