photo

Logan Callahan


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Add row numbers to side of table in MATLAB
This is my code: T = table(Name,Team,DVOA); T.Name = categorical(T.Name); T.Team = categorical(T.Team) This is the output:...

2 years ago | 1 answer | 0

1

answer