How I can read a CSV file with header?
Show older comments
How I can read one CSV file with header, semicolon to separate the column and coma to float point? One example is annex. I try use the importdata, csvread and dlmread.
1 Comment
Star Strider
on 18 Jun 2015
Use the xlsread function if you have Excel.
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 20 Jun 2015
[a,b,c]=xlsread('PV-20150616.csv')
out=b(8:end,:)
Categories
Find more on Text Files in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!