How to access the data/values from mlreportgen.dom.Table?
4 views (last 30 days)
Show older comments
I cannot figure out the way to get/access the data/values from a mlreportgen.dom.Table.
Thank you for your help!
0 Comments
Accepted Answer
Sunil Patidar
on 28 Sep 2020
>> tableEntryOut = entry(tableObj,row,column)
It returns the table entry for the specified column of the specified row.
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!