特定の文字列を含むセルのインデックスを見つけるにはどうしたらよいですか?
Mostrar comentarios más antiguos
40,000x1のセル配列があり、各セルには文字列が含まれています。特定の文字列を含むセルのインデックスを見つけたいです。以下のように試しましたが:
Index = strfind(Mycellarray, 'Bla');
次のエラーが発生します:
Error using ==> cell.strfind at 35 If any of the input arguments are cell arrays, the first must be a cell array of strings and the second must be a character array.
何が間違っているのでしょうか?ヘルプファイルでは、strfindはセル配列とパターンを受け入れるとあります。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 文字と文字列 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!