Summing numerical data of excel files in Matlab
古いコメントを表示
Hi to all matlab geniuses! I am new in matlab, hope somebody can help me. The question is following: I have 100 excel files with numerical data. I need to sum up relative columns of each file, thus creating a new excel file. Example: My 1st excel file content:
name1 10
name2 20
name3 30
name4 40
name5 50
Second excel file content:
name1 50
name2 40
name3 30
name4 20
name5 10
and other 98 are the same format..
So, I need final excel file like this:
name1 60
name2 60
name3 60
name4 60
name5 60
How to make it in Matlab??? Thank you very much in advance!!
採用された回答
その他の回答 (1 件)
Ronnel Jay
2014 年 7 月 31 日
0 投票
help pls. how about if i have this kind of file in which contains random arrangements of names and i want to summarizing or addition of same name?
name1 50 name2 40 name3 30 name4 20 name5 10 name1 50 name2 40 name3 30 name4 20 name5 10 name1 50 name2 40 name3 30 name4 20 name5 10
2 件のコメント
Cedric
2014 年 8 月 2 日
If not already done, please post this as a new question.
Ali Hijazi
2022 年 3 月 1 日
Hello,
did you solve this ?
I have multiple files with different names for example : TF_a1_E1z_R1z.dat and TF_a1_E1x_R1y.dat
TF_a3_E8z_R15z.dat etc etc... how can it be resolved ? since i want to sum the second column of these numeric data
Thanks
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!