How can I convert strings in cell array into array?

1 visualización (últimos 30 días)
ARJUN REDDY
ARJUN REDDY el 10 de Jul. de 2019
Editada: Shubham Sangle el 10 de Jul. de 2019
I am not able to convert strings in cell array into array

Respuesta aceptada

Shubham Sangle
Shubham Sangle el 10 de Jul. de 2019
Editada: Shubham Sangle el 10 de Jul. de 2019
strcat() has the property that it trims out leading and trailing blanks from parameters that are character vectors. It does not do that for cell array of character vectors.
For more details you can visit documentation of strcat here

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by