Import an excel column

4 visualizzazioni (ultimi 30 giorni)
Rocco De Luca
Rocco De Luca il 22 Gen 2020
Risposto: Guillaume il 22 Gen 2020
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.

Risposte (1)

Guillaume
Guillaume il 22 Gen 2020
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.

Categorie

Scopri di più su Data Import from MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by