How I can read a CSV file with header?
Mostra commenti meno recenti
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 Commento
Star Strider
il 18 Giu 2015
Use the xlsread function if you have Excel.
Risposta accettata
Più risposte (1)
Azzi Abdelmalek
il 20 Giu 2015
[a,b,c]=xlsread('PV-20150616.csv')
out=b(8:end,:)
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!