Read matrix of data from excel file, insert row-by-row in another excel file, and save the resultant Excel files with different custom names. How?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I want to insert a matrix of data, row-by-row from an excel file into another excel file at several places (in different sheets) AND then i want to save the resultant excel file by a name specified in each row of first file.
2 个评论
Bob Thompson
2019-1-15
Everything you're asking for is possible, but the specific commands are fairly situational. Do you have any code written so far? If not, can you be more specific about your answers, or do you just want a general response with some commands listed so you can put a script together on your own?
Guillaume
2019-1-15
While it's certainly possible to do this in matlab, I don't really see the point. You might as well write an excel macro. It'll be faster since all the matlab code would do is copy data back an forth between excel and matlab.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!