Import an excel column

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.

Respuestas (1)

Guillaume
Guillaume el 22 de En. de 2020

0 votos

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.

Categorías

Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 22 de En. de 2020

Respondida:

el 22 de En. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by