Add row numbers to side of table in MATLAB
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Logan Callahan
le 19 Avr 2022
Commenté : Logan Callahan
le 19 Avr 2022
This is my code:
T = table(Name,Team,DVOA);
T.Name = categorical(T.Name);
T.Team = categorical(T.Team)
This is the output:

I need to add row numbers to the left-hand side of the table. Please help.
The result should look like this:

0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Tables dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!