帮助中心帮助中心
字符串赋值
str1 = str2
strcpy(str1,str2)
str1 = str2 将字符串 str1 赋给字符串 str2。
str1
str2
示例
strcpy(str1,str2) 是执行 str1 = str2 的另一种方式。
注意
仅在使用 C 语言作为动作语言的 Stateflow® 图中支持运算符 strcpy。
strcpy
全部展开
将字符串数据赋给 str1 和 str2。
str1 = 'So Long'; str2 = "Farewell";
在使用 C 语言作为动作语言的图中,您也可以使用 strcpy 进行字符串数据赋值。
strcpy(str3,'Auf Wiedersehen'); strcpy(str4,"Adieu");
源参量和目标参量必须为不同的符号。
用单引号或双引号将文字字符串引起来。
在 R2018b 中推出
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office