What is the difference between strjoin and join?

The Documentation says "The join function is recommended to join elements of a string array."
Why is this?

 Respuesta aceptada

Star Strider
Star Strider el 20 de Mzo. de 2022

0 votos

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.

Más respuestas (0)

Categorías

Más información sobre Characters and Strings en Centro de ayuda y File Exchange.

Productos

Versión

R2020b

Etiquetas

Preguntada:

el 20 de Mzo. de 2022

Respondida:

el 20 de Mzo. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by