Hi everyone, I would like to import a specific column of an excel sheet with the xlsread function. For example I should import column c of a sheet called parametric of an excel file called Cartel1. How can I do? Thank you.

답변 (1개)

Guillaume
Guillaume 2020년 1월 22일

0 개 추천

It's all explained in the documentation which even gives you several examples
xlsread(yourfile, 'Cartel1', 'C:C')
Note that xlsread has been deprecated for a while.

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

질문:

2020년 1월 22일

답변:

2020년 1월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by