EXTRACT DATA FROM EXCEL

i have an excel file in the form
Name Result
a 2
b 5
a 7
c 5
a 6
b 8
How do I load the data for the rows named 'a' into matlab?? ie create an array in MATLAB as follows
a 2
a 7
a 6

2 件のコメント

Kuifeng
Kuifeng 2016 年 4 月 6 日
consider import all data first, and then extract all rows with 'a'.
MBD4FUN
MBD4FUN 2016 年 4 月 6 日
編集済み: MBD4FUN 2016 年 4 月 6 日
Type "help xlsread" at your Matlab command window and hit enter. Matlab has a very rich built-in help system. Sometimes it's worthy to take a look at ;)
Have a nice day!
MBD4FUN

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Import from MATLAB についてさらに検索

タグ

質問済み:

2016 年 4 月 6 日

編集済み:

2016 年 4 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by