Report Generator A4
2 views (last 30 days)
Show older comments
Tomas Jakubik
on 12 Feb 2021
Answered: Rahul Singhal
on 14 Apr 2021
Has anyone found out a simple way to generate A4 report?
And I mean without unzipping template and manually fixing width and height in html as in this. For something as basic I would expect something like \documentclass[a4paper]{article} if not being default everywhere outside US.
0 Comments
Accepted Answer
Rahul Singhal
on 14 Apr 2021
Hi Tomas,
You can programmatically update the report layout to use the A4 page size using the PageSize object.
See this example that generates a report with A4 page dimensions: https://www.mathworks.com/help/rptgen/ug/customize-the-page-size-and-margins-of-a-report-programmatically.html
-Rahul
0 Comments
More Answers (0)
See Also
Categories
Find more on Simulink 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!