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!