DocumentationHelp Center
Determine if input is string array
tf = isstring(A)
example
tf = isstring(A) returns 1 (true) if A is a string array. Otherwise, it returns 0 (false).
A
1
true
0
false
collapse all
Create different arrays, and then determine if they are string arrays.
Test a character vector.
chr = 'Mary Jones'
tf = isstring(chr)
tf = logical 0
Character vectors are not strings, so isstring returns 0.
isstring
Test a string array. Starting in R2017a, you can create strings using double quotes.
str = ["Smith","Chung","Morales"; ... "Sanchez","Peterson","Adams"]
str = 2x3 string "Smith" "Chung" "Morales" "Sanchez" "Peterson" "Adams"
tf = isstring(str)
tf = logical 1
str is a string array, so isstring returns 1.
str
Input array, specified as a scalar, vector, matrix, or multidimensional array. A can be any data type.
This function fully supports distributed arrays. For more information, see Run MATLAB Functions with Distributed Arrays (Parallel Computing Toolbox).
cellstr | char | is* | isa | iscategorical | iscell | iscellstr | ischar | isStringScalar | isstrprop | isstruct | istable | string
cellstr
char
is*
isa
iscategorical
iscell
iscellstr
ischar
isStringScalar
isstrprop
isstruct
istable
string
Existe una versión modificada de este ejemplo en su sistema. ¿Prefiere abrir esta versión?
Ha hecho clic en un enlace que corresponde a este comando de MATLAB:
Ejecute el comando introduciéndolo en la ventana de comandos de MATLAB. Los navegadores web no admiten comandos de MATLAB.
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