Import an excel column
Ältere Kommentare anzeigen
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.
Antworten (1)
Guillaume
am 22 Jan. 2020
xlsread(yourfile, 'Cartel1', 'C:C')
Note that xlsread has been deprecated for a while.
Kategorien
Mehr zu Data Import from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!