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.
回答(1 个)
Guillaume
2020-1-22
xlsread(yourfile, 'Cartel1', 'C:C')
Note that xlsread has been deprecated for a while.
类别
在 帮助中心 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!