Add row numbers to side of table in MATLAB
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Logan Callahan
il 19 Apr 2022
Commentato: Logan Callahan
il 19 Apr 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Tables 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!