What is the previous syntax for this function?

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?

 採用された回答

Les Beckham
Les Beckham 2023 年 4 月 19 日

0 投票

The strcat function has been around for a long time.
strcat("Hello", "World")
ans = "HelloWorld"

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCharacters and Strings についてさらに検索

製品

リリース

R2018a

タグ

質問済み:

2023 年 4 月 19 日

回答済み:

2023 年 4 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by