how to use read variable
Mostra commenti meno recenti
May I know how to obtain column of population using readtable?
Risposta accettata
Più risposte (1)
Jan
il 20 Mag 2022
T = readtable('Population_data.xlsx');
population = T{:, 3};
Categorie
Scopri di più su Data Import and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!