What is the previous syntax for this function?
3 次查看(过去 30 天)
显示 更早的评论
I can combine strings using something like
str = append("Hello","world")
But I have access only to Matlab 2018a. The append function wasn't introduced until r2019a. What would be the equivalent syntax in this previous version?
0 个评论
采纳的回答
Les Beckham
2023-4-19
The strcat function has been around for a long time.
strcat("Hello", "World")
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!