How to combine files(.csv, say 2000files), each file size is a1:g2560, and I want to findout MAX of F column from each file and storing these max values for all files and ploting these MAX values.
이전 댓글 표시
These huge files( .csv) are the, Accelerometer data obtained from a bearing test rig. Basically accelerations at the given point.
these files are to be imported to Matlab.
답변 (1개)
Iain
2013년 6월 7일
0 개 추천
csvread is the obvious means of reading csv files, but they need to be all-numbers
dlmread is another means of doing it.
xlsread is a third means of doing it.
카테고리
도움말 센터 및 File 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!