What is the difference between strjoin and join?

27 vues (au cours des 30 derniers jours)
Michael Van de Graaff
Michael Van de Graaff le 20 Mar 2022
The Documentation says "The join function is recommended to join elements of a string array."
Why is this?

Réponse acceptée

Star Strider
Star Strider le 20 Mar 2022
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.

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by