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

3 次查看(过去 30 天)
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

回答(1 个)

Shruti Shivaramakrishnan
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

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by