I am using the "print" function after putting an uitable in a figure, but bottom rows of my table is cut off in the printed pdf

4 visualizaciones (últimos 30 días)
I am using the "print" function to create a PDF of an uitable. But the bottom few rows of my uitable is cut off in the PDF. Is there a way split it into two pages? The "print" function doesn't seem to be able to do that, or am I wrong?
Thanks, LZXH

Respuestas (1)

Shruti Shivaramakrishnan
Shruti Shivaramakrishnan el 31 de Jul. de 2017
The "uiputfile" method might be helpful in this scenario: http://www.mathworks.com/help/matlab/ref/uiputfile.html
Ensure that the "PaperPosition" property as well as the "PaperSize" property are accurately set.
If you would like to split the pdf into multiple pages, the following answer's link might be helpful: https://www.mathworks.com/matlabcentral/answers/52889-placing-plots-into-multiple-page-pdf-document

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by