Add row numbers to side of table in MATLAB
19 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Logan Callahan
el 19 de Abr. de 2022
Comentada: Logan Callahan
el 19 de Abr. de 2022
This is my code:
T = table(Name,Team,DVOA);
T.Name = categorical(T.Name);
T.Team = categorical(T.Team)
This is the output:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/968625/image.png)
I need to add row numbers to the left-hand side of the table. Please help.
The result should look like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/968630/image.png)
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Instrument Control Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!