MATLAB: How to test cell array membership

cell arraycell arraysmatlab function

This seems like a simple question, but how do I test for a string's membership in a cell array? Is there a function that returns 1 if string exists in cell array and 0 if not?
Thanks.

Best Answer

Search ismember