string
Create a string
Syntax
Description
converts
the input data to a string data. For instance, if str
= string(A
)A
is numeric vector
29
, str
is a string array of the same size,
"29"
.
Note
The operator string
is supported only in Stateflow® charts that use MATLAB® as the action language.