How to search for a string in cell array in MATLAB?
Asked 07 September, 2021
Viewed 1.3K times
  • 52
Votes

Let's say I have the cell array

strs = {'HA' 'KU' 'LA' 'MA' 'TATA'}

What should I do if I want to find the index of 'KU'?

8 Answer