How to read CSV file with different format ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have file that is CSV format, or any format that is tab separated. There are three columns in it. The first column is integer between 0-10, second column is integer array of 1 x 100, and third column is string indicating the label. Can anyone help, How can I read/ load this file?
0 comentarios
Respuestas (1)
dpb
el 3 de Nov. de 2017
A) readtable B) textscan C) interactive use the import tool...
0 comentarios
Ver también
Categorías
Más información sobre Data Import and Export en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!