What is the difference between strjoin and join?

16 ビュー (過去 30 日間)
Michael Van de Graaff
Michael Van de Graaff 2022 年 3 月 20 日
回答済み: Star Strider 2022 年 3 月 20 日
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 日
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 件)

カテゴリ

Help Center および 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