How I can read a CSV file with header?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hildo
el 18 de Jun. de 2015
Respondida: Hildo
el 25 de Nov. de 2016
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 comentario
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 20 de Jun. de 2015
[a,b,c]=xlsread('PV-20150616.csv')
out=b(8:end,:)
0 comentarios
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!