What is the difference between strjoin and join?
13 ビュー (過去 30 日間)
古いコメントを表示
The Documentation says "The join function is recommended to join elements of a string array."
Why is this?
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (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!