Get index of rows containing text in a column
Show older comments
Hi,
Please see the attached table.
How can I determine the ROW NUMBERS for all rows containing a "X" in the column C.
I tried using the following...
exampleTable(:,3)=='X'
However, I received the following error: Undefined function 'eq' for input arguments of type 'cell'.
Accepted Answer
More Answers (0)
Categories
Find more on Logical 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!