How I can read a CSV file with header?
이전 댓글 표시
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
Star Strider
2015년 6월 18일
Use the xlsread function if you have Excel.
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2015년 6월 20일
[a,b,c]=xlsread('PV-20150616.csv')
out=b(8:end,:)
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!