Save uitable in Pdf

39 Ansichten (letzte 30 Tage)
Lukas Schmid
Lukas Schmid am 10 Okt. 2022
Kommentiert: Lukas Schmid am 12 Okt. 2022
Hello all,
since I would like to create a table, to illustrate data in Matlab, I used uitable.
Unfortunately I can't find a solution to save this table in a PDF.
Can someone help me? Also does not necessarily have to be created with uitable , should there be other possibilities?
Thats the code:
fig6 = uifigure;
uit = uitable(fig6,'Data',table_T,'Position',[20 80 500 160.5]);

Akzeptierte Antwort

Adam Danz
Adam Danz am 10 Okt. 2022
Bearbeitet: Adam Danz am 11 Okt. 2022
To save an image of the uitable to a pdf file, use exportgraphics. The second argument, filename, will be a path to your pdf document with the .pdf file extension. If you want to add it to an existing pdf file, see the append option.
  5 Kommentare
Adam Danz
Adam Danz am 11 Okt. 2022
That doesn't sound good. Could you attach the fig file?
What does this return?
info = rendererinfo
Also see
Lukas Schmid
Lukas Schmid am 12 Okt. 2022
I dont know why but today it worked!!
Thank you Adam!!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by