How to publish full uitable to html/pdf
12 次查看(过去 30 天)
显示 更早的评论
Hi,
I just recently started experimenting with uitables and publishing results.
The problem is that I have a large uitable (96 x 8) and want to publish it to either html or PDF (maybe both in the long run). But the table is so large that the figure containing the table cannot show the whole table unless you scroll around. So when publishing the result, it only includes a picture of the figure with the scroll bar locked, which means that only half the table is visible in the output. (It should be said that the figure positions are set equal to the extent of the table)
Any ways to show the whole table?
Thanks in advance!
0 个评论
回答(1 个)
Nalini Vishnoi
2015-5-6
编辑:Nalini Vishnoi
2015-5-6
Hi Bris,
The functionality of publishing/printing scrollable 'uitables' is currently not available in MATLAB.
As a workaround, pull the data from the table using 'get(h,'Data')'. Then save the data to a file using dlmwrite, xlswrite, or the lower level function fprintf. This file can then be opened in another program and printed.
-Nalini
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!