How can i read a csv file
2 次查看(过去 30 天)
显示 更早的评论
How can i read a csv file. i used fopen but it gives a value of -1
A=fopen('slip.csv')
0 个评论
采纳的回答
Walter Roberson
2012-10-15
csv files are text files, usually written in ASCII or ISO-8896-1 (which is compatible with ASCII).
更多回答(1 个)
Sachin Ganjare
2012-10-16
You can use 'csvread' function. Refer link below for further details:
Hope it helps!!!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!