Get row names of a table...

44 visualizzazioni (ultimi 30 giorni)
JFz
JFz il 5 Ott 2016
Commentato: JFz il 5 Ott 2016
How to get the row names from a table which has row names and column names.

Risposta accettata

Steven Lord
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)

Tag

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by