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

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?
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일
I've finally found the solution ,:
index=find(strcmpi('word to look for'),column or list where it's located))

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data 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