How to adjust Table row height in MATLAB Report Generator ?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kaustubh hike
le 28 Juil 2021
Commenté : Rahul Singhal
le 4 Août 2021
Hi
How to Adjust Table row height in Report generation .
in below example , matlab gives error as "Undefined function or variable 'RowHeight'."
r1 = TableRow(); r1.Style = {RowHeight('.25in','atleast')};
I am using Matlab 2017b
Regards
0 commentaires
Réponse acceptée
Rahul Singhal
le 3 Août 2021
Hi Kaustubh,
In MATLAB 2017b, I am able to successfully run this example to adjust the table row height using the RowHeight object.
If you still encounter any issue, try using Height instead as the documentation says: "If you do not need to specify an exact height, you can use either RowHeight or Height to specify the height".
- Rahul
3 commentaires
Rahul Singhal
le 4 Août 2021
Hi Kaustubh,
For PPT API, the ability to programmatically adjust row height was introduced in R2020a.
-Rahul
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB 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!