Main Content
plus, +
Description
concatenates the strings newStr
= plus(str1
,str2
)str1
and str2
. Use this
operator in the Requirements
Table block.
is an alternative way to execute newStr
= str1
+ str2
newStr = plus(str1,str2)
.
Examples
Input Arguments
Output Arguments
Limitations
This operator does not support the use of
Simulink.Bus
object fields.
Version History
Introduced in R2022b