How to access the data/values from mlreportgen.dom.Table?
1 次查看(过去 30 天)
显示 更早的评论
I cannot figure out the way to get/access the data/values from a mlreportgen.dom.Table.
Thank you for your help!
0 个评论
采纳的回答
Sunil Patidar
2020-9-28
>> tableEntryOut = entry(tableObj,row,column)
It returns the table entry for the specified column of the specified row.
3 个评论
Sunil Patidar
2020-9-29
Hey, I've mistankely missed in my previous reply that a Table Entry function only returns a mlreportgen.dom.TableEntry Object. To retreive the element from this object, use:
>> val = tableEntryOut.Children.Content
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!