Undefined function 'contains' for input arguments of type 'char'

조회 수: 33 (최근 30일)
JFz
JFz 2017년 1월 23일
댓글: JFz 2017년 1월 23일
Hi,
I am trying to use contains to check if string A has string B in it. Say, A = 'XYZXYZ', B = 'XY', I am using: tf = contains(A, B); But I keep getting error "Undefined function 'contains' for input arguments of type 'char'" Why?
Thanks in advance for any help. Jennifer

채택된 답변

the cyclist
the cyclist 2017년 1월 23일
편집: the cyclist 2017년 1월 23일
Are you using an older version of MATLAB? According to the documentation for contains, this function was introduced in version R2016b.
You might be able to use strfind instead.
  댓글 수: 1
JFz
JFz 2017년 1월 23일
Oh, I am using 2015b. OK. I will use strfind instead. Thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Geoff Hayes
Geoff Hayes 2017년 1월 23일
Jennifer - which version of MATLAB are you using? According to contains, this function was introduced in R2016b.
  댓글 수: 2
JFz
JFz 2017년 1월 23일
Thanks. I am using 2015b.
JFz
JFz 2017년 1월 23일
Thanks a lot Geoff. I am going to use strfind instead.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by