フィルターのクリア

Trouble finding text in cellarrays that are class "cell"

1 回表示 (過去 30 日間)
EagleNeuro
EagleNeuro 2017 年 6 月 14 日
コメント済み: EagleNeuro 2017 年 6 月 15 日
I have lists of text in a cell array. If I type class(cellarray(1)) the output is 'cell'. I'm trying to find specific text in this array and am having to use long cellfun code to do so. char(cellarray), cellstr(cellarray) and strcmp(cellarray), don't work (Error is "Cell elements must be character arrays.".
Thanks!

採用された回答

Stephen23
Stephen23 2017 年 6 月 14 日
編集済み: Stephen23 2017 年 6 月 14 日

その他の回答 (1 件)

カテゴリ

Help Center および File ExchangeCell Arrays についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by