how to use read variable
古いコメントを表示
May I know how to obtain column of population using readtable?
採用された回答
その他の回答 (1 件)
Jan
2022 年 5 月 20 日
T = readtable('Population_data.xlsx');
population = T{:, 3};
カテゴリ
ヘルプ センター および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!