can't do a simple csvread for some reason
Ältere Kommentare anzeigen
I'm just trying to do a csvread and I can't seem to get it working. I opened a text edit file (mac) and put:
1,2,3, 4,5,6, 7,8,9
Then saved it as 'csvtest'. Then I renamed the file in the browser window, changing the .rtf to .csv.
I then put that file in my MATLAB folder and in matlab I typed: -
M = csvread('csvtest.csv');
I got this error: -
Error in ==> Ass_2_data_A at 1
M = csvread('csvtest.csv');
Not sure what's going wrong
3 Kommentare
Walter Roberson
am 12 Dez. 2012
It just said "Error" and didn't say what the error was??
Tom
am 12 Dez. 2012
Mark Hayworth
am 12 Dez. 2012
You probably have something else in there, like a blank line, a header line, or something that's not a line with 9 numbers on it.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Text Data Preparation finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!