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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Shruti Shivaramakrishnan
am 31 Jul. 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!