how to use read variable
1 view (last 30 days)
Show older comments
May I know how to obtain column of population using readtable?
0 Comments
Accepted Answer
KSSV
on 20 May 2022
T = readtable('https://in.mathworks.com/matlabcentral/answers/uploaded_files/1005205/Population_data.xlsx') ;
T.Population_million_ % use column name
T.(3) % using index
0 Comments
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!