isstring
Determine if input is string
Syntax
Description
tf = isstring(
returns A
)1
(true
) if A
is a string array. Otherwise, it returns
0
(false
).
Note
Only Stateflow® charts that use MATLAB® as the action language support the isstring
operator.