Leaving a line after writing to an excel sheet
1 次查看(过去 30 天)
显示 更早的评论
I am writing a matrices to an excel sheet and after writing every matrix, I want to leave a line (row in excel) such that the matrices are not mixed up.
For e.g.,
A B C D ......
1 Matrix 1
2
3 Matrix 2
4
5 Matrix 3
6
7 Matrix 4
8
3 个评论
回答(1 个)
Swatantra Mahato
2021-6-28
Hi Ketan,
You can refer the examples in the documentation for the "writematrix" function to get started on writing matrices to a particular position in an Excel worksheet
Hope this helps
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!