App designer - How to export/print whole UITable with uistyle to pdf?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I would like to ask you whether it is possible to print/export whole UItable into pdf? I am using also uistyle which I would like to keep on and table is bigger than screenshot by using exportapp. Is there any solution?
Example - UItable with 180 rows and 26 columns (all data strings).
Thanks for help.
All the best, Radek
2 Kommentare
dpb
am 31 Mai 2022
I've not tried it, but by the documentation it appears as should if the uitable is a child of a uifigure
Antworten (1)
Abhishek Chakram
am 9 Jun. 2022
Hi Radek,
To my understanding, you want to export the uitable along with the uistyle to a pdf.
For this, You can put the uitable within a uipanel and then use exportgraphics to export the table. However, If you want to export the entire figure you don't need to put it inside a panel.
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer 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!