What is the difference between strjoin and join?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Michael Van de Graaff
el 20 de Mzo. de 2022
Respondida: Star Strider
el 20 de Mzo. de 2022
The Documentation says "The join function is recommended to join elements of a string array."
Why is this?
0 comentarios
Respuesta aceptada
Star Strider
el 20 de Mzo. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!