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!