Get row names of a table...
44 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to get the row names from a table which has row names and column names.
Risposta accettata
Steven Lord
il 5 Ott 2016
See the table object property RowNames. The RowNames section on that page includes examples of how to set and clear the names; to get the names just use something like
x = yourTableVariableNameGoesHere.Properties.RowNames
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!