how to use read variable
Show older comments
May I know how to obtain column of population using readtable?
Accepted Answer
More Answers (1)
Jan
on 20 May 2022
T = readtable('Population_data.xlsx');
population = T{:, 3};
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!