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?

采纳的回答

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 CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by