What is the difference between strjoin and join?

The Documentation says "The join function is recommended to join elements of a string array."
Why is this?

 採用された回答

Star Strider
Star Strider 2022 年 3 月 20 日

0 投票

The join function (introduced in R2016b) is primarily intended for use with the string data type, introduced at the same time. The strjoin function (introduced in R2013a) is primarily intended for character arrays.

その他の回答 (0 件)

カテゴリ

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

製品

リリース

R2020b

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by