Here is my cell array which is 2x2.
A = {'34TA894' 'Some string goes here.' ; '06AC532' 'Some string goes here too.'}
I am trying to find which row of the cell contains 34TA894. I tried to use find function as intended but it did not work. I've tried to convert my cell into a matrice to use it in the find function.But it gave me error "Matrice dimensions must agree."