How can I load a .csv file into Matlab code?
Mostrar comentarios más antiguos
How can I load a .csv file into Matlab code? It is a file where in every row standing two numbers separated by a comma and this should be a then a matrix in Matlab. I already tried readcsv and fopen, but this doesn't work. Do you have any ideas?
Respuestas (1)
KSSV
el 14 de Dic. de 2016
0 votos
doc csvread, xlsread
Categorías
Más información sobre MATLAB Report Generator 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!