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

1 view (last 30 days)
I've tried the equiv func and index = find(strcmpi('string to find',lookupArray(:))); but they didnt work :/
  2 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 28 Jul 2015
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 on 28 Jul 2015
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

Sign in to comment.

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!