필터 지우기
필터 지우기

string function not found

조회 수: 3 (최근 30일)
Maurice Moh
Maurice Moh 2017년 2월 21일
답변: Maurice Moh 2017년 3월 7일
i have a cell array defined as
class = {'good','bad','good','bad','good','bad','good','bad'};
and i am trying to create a string array from this cell array and hence i use the function class = string(class) but i am getting this error
Undefined function 'string' for input arguments of type 'cell'.
and I am assuming this could just be because of the version of my MATLAB provided by the university does not have this function installed but is there anyway to solve this problem?
  댓글 수: 1
Adam
Adam 2017년 2월 21일
Which version of Matlab are you using? If you use its installed help then you will know if string exists as it will have a help page. Unless you have a very recent version it won't though.
What does
which string
show?
Given that you are overwriting the function 'class' with a variable name (never a good idea) you may well also have a variable called 'string' somewhere.

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

채택된 답변

Maurice Moh
Maurice Moh 2017년 3월 7일
the string function is not available for versions of MATLAB before 2016b.

추가 답변 (0개)

카테고리

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