GUI Print Preview Figure Scaling
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anthony Mora
el 25 de Mayo de 2017
I would like to include the option to print the GUI figure (entire thing, not just axes). The problem when using "print" or "printpreview" is that for any paper smaller than A0, objects are scrunched/compressed (cannot see table values, buttons, fields, etc.). I was wondering if there was any way to just scale down the image that is displayed in the window such that it will fit on A4 letter paper (landscape if that matters)?
0 comentarios
Respuesta aceptada
Abel Babu
el 31 de Mayo de 2017
Editada: Abel Babu
el 31 de Mayo de 2017
Hi Anthony,
Take a look at this MATLAB answer: https://in.mathworks.com/matlabcentral/answers/16133-a4-figure-ready-to-print
The problem is solved by working with the 'papersize' property of the figure handle.
Thanks,
Abel
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects 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!