how to process this in matlab?

2 ビュー (過去 30 日間)
sandy
sandy 2014 年 3 月 5 日
回答済み: Image Analyst 2014 年 3 月 5 日
i have 500 files in ascii format and each ascii file has different names with (20000*50).i need to find mean,min,max,std for each column(1 to 50) and save them with file name as first followed by values,
ex:
DATA_201403051101 2.50 1.00 14.00 4.95.....(1*201)
this to be done for 500 files..so my output will in one excel file
my ouput for 500 files like:
DATA_201403051101 2.50 1.00 14.00 4.95.....(1*201)
DATA_201403051203 6.53 2.00 22.00 8.25.....(1*201)
.
.
DATA_201403051101 2.50 1.00 14.00 4.95.....(1*201)
  4 件のコメント
sandy
sandy 2014 年 3 月 5 日
@imran..im new to matlab.i dono how to use feval for my case.
sandy
sandy 2014 年 3 月 5 日
@lain....i need help in the whole part.

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2014 年 3 月 5 日
Look up input functions: importdata(), dlmread(), csvread(), textscan(), fgetl(). Which you might use depends on what form your input files are in.
Then look up min(), max(), mean(), std() in the help.

その他の回答 (0 件)

カテゴリ

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