Exporting cell array contents to excel
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a cell array (M = cell(10,4)) where the M{k,1} for k=1..10 are each a 10x10 matrix and the other values of M{k,2..4} are single values. I can not figure out how to export the actual matrices to excel along with their other three corresponding three values. Best I've been able to do is export the three individual values but the matrices are not showing up. I am trying to do this from within a do loop.
댓글 수: 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!