how to find the position in a string array
8 views (last 30 days)
Show older comments
attributes={'aaaa','bbbb','cccc','dddd' };
str='cccc';
how to find position 3 ?
0 Comments
Accepted Answer
Walter Roberson
on 6 Apr 2014
Read the documentation in ismember()
More Answers (0)
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!