read csv data with numbers, characters and text
이전 댓글 표시
Greetings
Does anyone have any idea on how to import numerical data from a csv file of the following format:
STATION DATE LATITUDE LONGITUDE ELEVATION NAME PRCP PRCP_ATTRIBUTES TMAX TMAX_ATTRIBUTES TMIN TMIN_ATTRIBUTES
BC000068026 01/02/32 -18.367 21.85 1000 SHAKAWE, BC 0 ,,Q
I'm attaching a sample file
Matlab2016b
Thank you very much in advance
댓글 수: 6
Walter Roberson
2023년 5월 22일
Try readtable
Simon Lind
2023년 5월 22일
Cris LaPierre
2023년 5월 22일
편집: Cris LaPierre
2023년 5월 22일
I suggest posting at least a portion of your file so that we can try out different approaches. Use the paperclip icon.
Walter Roberson
2023년 5월 22일
readtable was added in R2013b. In the R2016b time-frame you would very likely want to use detectImportOptions() first.
Simon Lind
2023년 5월 22일
Image Analyst
2023년 5월 22일
If the format is too custom and varies from file to file, you may have to write your own custom reader where you read a line at a time and parse it appropriately.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

