how can i add my result to sheet 2 in my excel sheet
显示 更早的评论
I have written a script which reads data from an excel file (sheet1) and then I perform some tasks. I want to add my resulted sheet in that excel file but in sheet 2. I am using actxserver for this.
回答(1 个)
Meghana Dinesh
2015-10-19
0 个投票
Use the syntax:
xlswrite(filename,A,sheet)
1 个评论
Praveen Choudhury
2015-10-19
编辑:Praveen Choudhury
2015-10-19
类别
在 帮助中心 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!