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!