reading the data with title
Mostrar comentarios más antiguos
I have a text file with title , I want to add a new column that replicate the header as per column length
I want to have final matrix
1 2 3 cat
3 4 5 cat
5 6 7 cat
4 comentarios
Rik
el 9 de Nov. de 2021
What have you tried so far? It seems like you first need to read the file as text.
MOH
el 9 de Nov. de 2021
Rik
el 9 de Nov. de 2021
Since you don't really need to parse the values, it makes more sense to me to read as text.
Also, what exact syntax did you use?
MOH
el 9 de Nov. de 2021
Respuestas (1)
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!