Prev: finding complex root from nonlinear equations
Next: All matrices on a row in the bracketed expression must have the same number of rows.
From: Ben Armstrong on 15 Jun 2010 11:17 Hi, I am quite new to MATLAB and wish to do the following: (I have searched for previous posts on this topic, but could find nothing that answers my questions) I wish to write a script that will do the following, please could someone tell me how? I have a directory that contains ten .xls files... I want to copy the info from cells A100 to A110 from the 1st .xls file and put them in a new .xls file in cells A1 to A10... Then I want to copy cells A100 to A110 from the 2nd .xls file into the .xls file described above in cells A11 to A20... and so on... until all .xls files have had data copied from them into the new .xls file Thanks Ben |