I have a multi dimension matrix (:,:,:) that I need to export to excel
3 次查看(过去 30 天)
显示 更早的评论
I have a multi dimension matrix (:,:,:) that I need to export to excel, The data is basically formed of 14 matrices (5*5).
(:,:,14) I tried xlswrite command but I kept getting some dimension errors. Any ideas, please! Thank you guys!
1 个评论
Walter Roberson
2019-7-14
Excel is not able to represent 3d arrays. You can reshape to 2d or you can write each pane to a separate sheet.
采纳的回答
更多回答(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!