채택된 답변

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 Exchange에서 Data 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