How can i read a csv file
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
How can i read a csv file. i used fopen but it gives a value of -1
A=fopen('slip.csv')
0 Kommentare
Akzeptierte Antwort
  Walter Roberson
      
      
 am 15 Okt. 2012
        csv files are text files, usually written in ASCII or ISO-8896-1 (which is compatible with ASCII).
4 Kommentare
Weitere Antworten (1)
  Sachin Ganjare
      
 am 16 Okt. 2012
        You can use 'csvread' function. Refer link below for further details:
Hope it helps!!!
0 Kommentare
Siehe auch
Kategorien
				Mehr zu File Operations finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


