fit figure size to A4
53 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
Star Strider
el 14 de Mayo de 2014
Editada: Star Strider
el 14 de Mayo de 2014
See the documentation on Figure Properties. The PaperSize and the related options may help solve your problem.
0 comentarios
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!