How to read a .csv file in matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
my .csv file opens in excel and every row is in the form:
2013 | 094 | 22:57:13 | 2456387.456 | 5.002 | 0.006 | 4.992 | 0.001 | -0.01 | -0.005 | 7.99 | 5 | 2 | 0
| : represents a space (it is not in the .csv file)
I would like to read every numeric value in the file (not including the semi-colon [:] )
thanks in advance,
Cordelle
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2013년 7월 29일
댓글 수: 8
Azzi Abdelmalek
2013년 7월 29일
a : numeri variable
b: text variable
c: both numeric and text variable
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!