How to access the data/values from mlreportgen.dom.Table?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
John
am 25 Sep. 2020
Kommentiert: John
am 29 Sep. 2020
I cannot figure out the way to get/access the data/values from a mlreportgen.dom.Table.
Thank you for your help!
0 Kommentare
Akzeptierte Antwort
Sunil Patidar
am 28 Sep. 2020
>> tableEntryOut = entry(tableObj,row,column)
It returns the table entry for the specified column of the specified row.
3 Kommentare
Sunil Patidar
am 29 Sep. 2020
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
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!