도움말 센터도움말 센터
어떤 요소가 문자(letter)인지 식별
TF = isletter(A)
TF = isletter(A)는 논리형 배열 TF를 반환합니다. A가 문자형 배열 또는 string형 스칼라인 경우, A의 요소가 문자이면 대응하는 TF의 요소는 논리값 1(true)을 가지고, 문자가 아니면 논리값 0(false)을 가집니다.
A
TF
1
true
0
false
A가 문자형 배열 또는 string형 스칼라가 아닌 경우 isletter는 논리값 0(false)을 반환합니다.
isletter
예제
모두 축소
서로 다른 배열을 만든 후 어떤 배열 요소가 문자인지 확인합니다.
chr = '123 Main St.'
TF = isletter(chr)
TF = 1x12 logical array 0 0 0 0 1 1 1 1 0 1 1 0
chr을 string형으로 변환하여 테스트합니다. 입력 인수가 문자형 배열이 아니므로, isletter는 0을 반환합니다.
chr
str = string(chr)
str = "123 Main St."
TF = isletter(str)
입력 배열로, 스칼라, 벡터, 행렬, 다차원 배열 중 하나로 지정됩니다. A는 임의의 데이터형이 될 수 있습니다.
비 스칼라 string형 배열의 요소에서 문자를 찾으려면 isstrprop 함수를 사용하십시오.
isstrprop
사용법 관련 참고 및 제한 사항:
char 클래스의 입력값은 0~127 범위에 있어야 합니다.
char
backgroundPool
ThreadPool
R2006a 이전에 개발됨
char | ischar | isspace | isstrprop | iscellstr | isnumeric | isa | isstring | string
ischar
isspace
iscellstr
isnumeric
isa
isstring
string
다음 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