Import an excel column

4 ビュー (過去 30 日間)
Rocco De Luca
Rocco De Luca 2020 年 1 月 22 日
回答済み: Guillaume 2020 年 1 月 22 日
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 日
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.

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by