Multiline display with mlreport gen
Show older comments
I am using matlab report gen to generate a PDF report from the matlab. In the second page of the report I have a table that is displayed( input received for generating report function is cellarray, then it is converted to a table and then converted Formal table before appending to report).
But the problem is that in the table that is printed in PDF report, I don’t see the word wrap feature applied or the white spaces are also not present between multiple lines of text.
I read some option with "Preformatted" but this doesnt work and ended with error
"No constructor 'mlreportgen.dom.Preformatted' with matching signature found"
Could someone help how to make wordwrap feature for my PDF report and also have multi line texts in the table that is displayed.
Accepted Answer
More Answers (1)
Taylor
on 2 Apr 2024
0 votes
I think the answers to these questions are what you're looking for.
1 Comment
ML_Analyst
on 5 Apr 2024
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!