How do I align this table to the centre?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
This table was made with the report generator toolkit.
0 commentaires
Réponses (1)
Rahul Singhal
le 10 Oct 2018
You can use the HAlign property of the Table.
2 commentaires
Rahul Singhal
le 11 Oct 2018
This was a known issue, where HAlign format was being applied to the table entries instead of the table in PDF output. This was fixed in R2016b, see EBR https://www.mathworks.com/support/bugreports/1411506 for the workaround.
After R2016b, you can use HAlign to center the table, and as mentioned in the documentation also set the Width property for wide tables.
Voir également
Catégories
En savoir plus sur Simulink Report Generator dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!