transfer data from Matlab to Excel
1 次查看(过去 30 天)
显示 更早的评论
the results data is a 120x100 matrix. see below:
I want to transfer the data to cell beginning on "A3" in the Excel. How to know the end of matrix cell number. Here,"FW1000" is picked randomly by me
test_data=xlswrite(file_name_data,results,'new bsfc','A3:FW1000');
2 个评论
Stephen23
2016-4-15
and learn to use the contents on the left-hand side: there you can find lots of related topics and help.
采纳的回答
Stalin Samuel
2016-4-15
Its not necessary to specify the end cell no.Only starting cell number is enough.
test_data=xlswrite(file_name_data,results,'new bsfc','A3');
0 个评论
更多回答(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!