How to dlmread with different format ?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
RuiQi
el 5 de Dic. de 2016
How to dlmread with different format ? Like my text file has string and int etc
0 comentarios
Respuesta aceptada
Walter Roberson
el 5 de Dic. de 2016
readtable() the file.
2 comentarios
Walter Roberson
el 5 de Dic. de 2016
Or, use num2cell on each numeric column, and horzcat() those together with the string columns
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets 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!