How can I send a Three-dimensional matrix to the Excel?

댓글 수: 1

Guillaume
Guillaume 2019년 6월 18일
How are you planning to store a 3D matrix in excel which is strictly 2D?

댓글을 달려면 로그인하십시오.

 채택된 답변

KSSV
KSSV 2019년 6월 18일

0 개 추천

How about writing each matrix in a sheet.
A = rand(10,10,5) ;
for i = 1:5
xlswrite('test.xlsx',A(:,:,i),i)
end

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

질문:

2019년 6월 18일

답변:

2019년 6월 18일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by