How to find index of cell in excel using Matlab GUI??

I've tried the equiv func and index = find(strcmpi('string to find',lookupArray(:))); but they didnt work :/

2 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 7 月 28 日
What Excell has to do with your question? have you a problem to read Excell files? What do you want to find? an index corresponding to what?
laila bsr
laila bsr 2015 年 7 月 28 日
I'm using an excel file to extract data and use it in a Matlab GUI, and I need to get the index of some cells in the excel file! I've used the function match but still have a problem

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

 採用された回答

laila bsr
laila bsr 2015 年 7 月 29 日

0 投票

I've finally found the solution ,:
index=find(strcmpi('word to look for'),column or list where it's located))

その他の回答 (0 件)

カテゴリ

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

質問済み:

2015 年 7 月 28 日

回答済み:

2015 年 7 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by