필터 지우기
필터 지우기

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 CenterFile Exchange에서 Cell Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by