how to use read variable
Afficher commentaires plus anciens
May I know how to obtain column of population using readtable?
Réponse acceptée
Plus de réponses (1)
Jan
le 20 Mai 2022
T = readtable('Population_data.xlsx');
population = T{:, 3};
Catégories
En savoir plus sur Data Import and Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!