How can I load a .csv file into Matlab code?
Show older comments
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?
Answers (1)
KSSV
on 14 Dec 2016
0 votes
doc csvread, xlsread
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!