Akzeptierte Antwort

KSSV
KSSV am 20 Mai 2022

0 Stimmen

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

Weitere Antworten (1)

Jan
Jan am 20 Mai 2022

0 Stimmen

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

Kategorien

Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 20 Mai 2022

Beantwortet:

am 20 Mai 2022

Community Treasure Hunt

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

Start Hunting!

Translated by