採用された回答

KSSV
KSSV 2022 年 5 月 20 日

0 投票

T = readtable('https://in.mathworks.com/matlabcentral/answers/uploaded_files/1005205/Population_data.xlsx') ;
T.Population_million_ % use column name
T.(3) % using index

その他の回答 (1 件)

Jan
Jan 2022 年 5 月 20 日

0 投票

T = readtable('Population_data.xlsx');
population = T{:, 3};

カテゴリ

ヘルプ センター および File ExchangeData Import and Analysis についてさらに検索

タグ

質問済み:

2022 年 5 月 20 日

回答済み:

2022 年 5 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by