What is the difference between strjoin and join?
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Michael Van de Graaff
il 20 Mar 2022
Risposto: Star Strider
il 20 Mar 2022
The Documentation says "The join function is recommended to join elements of a string array."
Why is this?
0 Commenti
Risposta accettata
Star Strider
il 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.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Characters and Strings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!