도움말 센터도움말 센터
입력값이 하나의 요소를 갖는 string형 배열인지 판별
tf = isStringScalar(A)
tf = isStringScalar(A)는 A가 string형 배열이고 A에 요소가 하나만 있을 경우 1(true)을 반환합니다. 그렇지 않으면, 0(false)을 반환합니다.
A
1
true
0
false
예제
모두 축소
서로 다른 배열을 만든 다음, 이러한 배열이 string형 스칼라인지 확인합니다.
string형 스칼라를 테스트합니다.
str = "Mercury"
tf = isStringScalar(str)
tf = logical 1
여러 개의 요소를 갖는 string형 배열을 테스트합니다. str에 두 개 이상의 요소가 포함되어 있으므로, isStringScalar는 0을 반환합니다.
str
isStringScalar
str = ["Mercury","Gemini","Apollo"]
str = 1x3 string "Mercury" "Gemini" "Apollo"
tf = logical 0
문자형 벡터를 테스트합니다. 문자형 벡터는 string형이 아니므로, isStringScalar는 0을 반환합니다.
chr = 'Pluto'
tf = isStringScalar(chr)
입력 배열로, 아무 크기와 아무 데이터형의 배열로 지정됩니다.
R2017b에 개발됨
cellstr | char | isstrprop | isa | iscellstr | ischar | string | isstring | ismissing
cellstr
char
isstrprop
isa
iscellstr
ischar
string
isstring
ismissing
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office