필터 지우기
필터 지우기

how can i overwrite a csv file und read this file right ??

조회 수: 4 (최근 30일)
wenlong Ma
wenlong Ma 2018년 4월 13일
댓글: Bob Thompson 2018년 4월 13일
hello,all i got a data like this Picture, this is a 1048575*2 double, about time and voltage, but for any values the Point as a comma,so i can't right to read this Data. so how can i read this Data right ? for example,about the time 2.0e-5, the value in my data is as 2,0e-5, then i use csvread or textscan, then i got 2,0(two values..). so anyone have a good idea for this ?
  댓글 수: 1
Bob Thompson
Bob Thompson 2018년 4월 13일
You might try doing a find and replace in the csv file to change the commas to periods. It's going to be pretty tedious because you want to keep some of the commas, but might be better than examining the values in matlab directly.
Alternatively, you could try reading the values as strings instead of numbers and then concatenating, or some similar process.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by