for example:
a=[how are you?]; i want to append a string into the front of the array...
eg: the string is "hello,"
output matrix like: a=[hello, how are you]

 Respuesta aceptada

the cyclist
the cyclist el 26 de Oct. de 2015

0 votos

a=['how are you?'];
out = ['hello, ',a]

Más respuestas (0)

Categorías

Preguntada:

el 26 de Oct. de 2015

Respondida:

el 26 de Oct. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by