How can I write the cell array to an excel
이전 댓글 표시
Hey everybody,
How can I write my cell array to an excel file?
It is a cell array of the dimension 1*101.
I also attached the code, it is pretty simple. What I am trying to do is write the cell Array P to an excel file.
Thanks a lot in advance,
Johnny
댓글 수: 7
Walter Roberson
2020년 7월 16일
You are overwriting the same location in the same sheet of the same file each time.
Jonathan Babitsch
2020년 7월 16일
Walter Roberson
2020년 7월 16일
If they are numeric contents, then cell2mat() the cell to create a numeric array and writematrix() that.
Jonathan Babitsch
2020년 7월 16일
Walter Roberson
2020년 7월 16일
Transpose the array?
Jonathan Babitsch
2020년 7월 17일
Jonathan Babitsch
2020년 7월 18일
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!