Info
This question is closed. Reopen it to edit or answer.
Does anyone know how to format the numeric entries in a Table Reporter?
1 view (last 30 days)
Show older comments
The following code generates a short pdf report containing a table of random numbers. I need to format the numeric entries. Any ideas?
import mlreportgen.report.*
import mlreportgen.dom.*
report = Report('tables');
%add 'table reporter' table.
obj.reporterTable = BaseTable(array2table(rand(4,3)));
add(report,obj.reporterTable);
rptview(report);
0 Comments
Answers (1)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!