how to use read variable
Mostrar comentarios más antiguos
May I know how to obtain column of population using readtable?
Respuesta aceptada
Más respuestas (1)
Jan
el 20 de Mayo de 2022
T = readtable('Population_data.xlsx');
population = T{:, 3};
Categorías
Más información sobre Data Import and Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!