How do I align this table to the centre?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
This table was made with the report generator toolkit.
0 comentarios
Respuestas (1)
Rahul Singhal
el 10 de Oct. de 2018
You can use the HAlign property of the Table.
2 comentarios
Rahul Singhal
el 11 de Oct. de 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.
Ver también
Categorías
Más información sobre Simulink Report Generator en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!