Combine cell array into a long string
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sean Lineaweaver
el 17 de Feb. de 2021
Respondida: Walter Roberson
el 17 de Feb. de 2021
How do I reformat this cell array into one long string?
Original array:
CA = {'AAA ', 'BBB ', 'CCC '};
Desired String:
'AAA BBB CCC'
0 comentarios
Respuesta aceptada
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!