how to use read variable
Ältere Kommentare anzeigen
May I know how to obtain column of population using readtable?
Akzeptierte Antwort
Weitere Antworten (1)
Jan
am 20 Mai 2022
T = readtable('Population_data.xlsx');
population = T{:, 3};
Kategorien
Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!