Effacer les filtres
Effacer les filtres

Get row names of a table...

109 vues (au cours des 30 derniers jours)
JFz
JFz le 5 Oct 2016
Commenté : JFz le 5 Oct 2016
How to get the row names from a table which has row names and column names.
  1 commentaire
JFz
JFz le 5 Oct 2016
Thanks for any help.

Connectez-vous pour commenter.

Réponse acceptée

Steven Lord
Steven Lord le 5 Oct 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
  1 commentaire
JFz
JFz le 5 Oct 2016
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by