What is the previous syntax for this function?

3 visualizaciones (últimos 30 días)
L'O.G.
L'O.G. el 19 de Abr. de 2023
Respondida: Les Beckham el 19 de Abr. de 2023
I can combine strings using something like
str = append("Hello","world")
But I have access only to Matlab 2018a. The append function wasn't introduced until r2019a. What would be the equivalent syntax in this previous version?

Respuesta aceptada

Les Beckham
Les Beckham el 19 de Abr. de 2023
The strcat function has been around for a long time.
strcat("Hello", "World")
ans = "HelloWorld"

Más respuestas (0)

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by