フィルターのクリア

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.

1 回表示 (過去 30 日間)
Shridhar
Shridhar 2013 年 6 月 7 日
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
Iain 2013 年 6 月 7 日
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.

カテゴリ

Help Center および File ExchangeStandard File Formats についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by