How to get the specific column and row number?

1 view (last 30 days)
How to get the specific column and row number of a 4x1 cell?
--------------------
For example :
Eat
Shower
Bathe
Drive
-------------------
These variable will be in random orders depending on the situation.
Then i would like to know which row is the word Shower is at. Is there any simple method to locate the row for it?

Answers (1)

Neeraj Kaberpanthi
Neeraj Kaberpanthi on 22 Oct 2019
hi,
use function strcmp

Categories

Find more on Resizing and Reshaping Matrices 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!