필터 지우기
필터 지우기

read large csv File and export specific Values

조회 수: 2 (최근 30일)
hdiba
hdiba 2016년 7월 12일
답변: Varun Gunda 2016년 8월 2일
Hello,
I want to read a large csv-File with mixed Datatype and then Export specific values.I uploaded the csv i need to import and i need the values: A2925-A2952, F2925-F2952, AE2925-AE2952
can anyone help? thanks a lot!
  댓글 수: 4
per isakson
per isakson 2016년 7월 24일
편집: per isakson 2016년 7월 24일
The rows 2925 through 2952 constitutes the block of data under the header, which starts with the string
"Typ";"Simulationstyp";"IDRechenlauf";"ID";"Jahr";"Bezeichnung";"Nein"
There is only one header starting with that string. I think it would be more robust to use the headers than the row numbers. The same goes for the column headers. (Does AE refer to the English alphabet? )
Walter Roberson
Walter Roberson 2016년 7월 24일
AE would be a column reference in Excel, with 2925 to 2952 being the row numbers in that column.

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

답변 (1개)

Varun Gunda
Varun Gunda 2016년 8월 2일
It is my understanding that you want to read large csv-file with mixed datatype and export specific values.
You can do this by using “csvread” function in matlab. Refer the following document for more information.

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by