plus, +
描述
连接字符串 newStr
= plus(str1
,str2
)str1
和 str2
。在 Requirements Table 模块中使用此运算符。
是执行 newStr
= str1
+ str2
newStr = plus(str1,str2)
的另一种方法。
示例
输入参数
输出参量
限制
此运算符不支持使用
Simulink.Bus
对象字段。
版本历史记录
在 R2022b 中推出
连接字符串 newStr
= plus(str1
,str2
)str1
和 str2
。在 Requirements Table 模块中使用此运算符。
是执行 newStr
= str1
+ str2
newStr = plus(str1,str2)
的另一种方法。
此运算符不支持使用 Simulink.Bus
对象字段。
在 R2022b 中推出