Excel lookup or match function in matlab

5 views (last 30 days)
Hardik
Hardik on 4 Oct 2012
Hi
I am looking for excel lookup or match function in Matlab , is there is a way out
Thanks
Hardik

Answers (1)

Sachin Ganjare
Sachin Ganjare on 4 Oct 2012
Edited: Sachin Ganjare on 4 Oct 2012
  3 Comments
Hardik
Hardik on 4 Oct 2012
works fine with find(ismember(lookuparray,lookupvalue)==1)
Thanks Sachin
Sachin Ganjare
Sachin Ganjare on 4 Oct 2012
Its good you found the solution. Next time it will be really helpful for contributors if you elaborate problem briefly. Otherwise you will get lot of suggestions but not the exact answer.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!