summing up excel files in matlab

Posted by AP on Stack Overflow See other posts from Stack Overflow or by AP
Published on 2010-03-18T22:14:30Z Indexed on 2010/03/18 22:51 UTC
Read the original article Hit count: 132

Filed under:
|

Is there a easy good way to sum up various excel files in matlab? what i really want is similar to

dos command

type file*.xls> sumfile.xls
I have from 10-100 excel files with similar file name formats excet the date XXXXX_2010_03_03.xls, XXXXX_2010_03_03.xls and so on.....
Is there a command to copy the files one after other. All files are of diff length so i cannot know the position of the rows after each file. I would like to have them copied in same sheet of excel.

Thanks

© Stack Overflow or respective owner

Related posts about matlab

Related posts about excel