Main Content
strcat
Concatenate strings
Description
concatenates strings newStr
= strcat(str1,...,strN
)str1,...,strN
.
Note
The operator strcat
is supported only in Stateflow® charts that use C as the action language. In charts that use
MATLAB® as the action language, use plus
.
Examples
Tips
Enclose literal strings with single or double quotes.
Version History
Introduced in R2018b