how to transfer a complex valued matrix into excel?
조회 수: 2 (최근 30일)
이전 댓글 표시
i have a complex valued matrix of size(375x100) in MATLAB workspace.i have tried xlswrite command but it is transfering only real values .
댓글 수: 0
답변 (1개)
Ahmet Cecen
2014년 8월 19일
편집: Ahmet Cecen
2014년 8월 19일
One way would be to transfer them separately, using real and imag. I am not sure if that presents a problem for you. You would then use the COMPLEX function on Excel if you have the toolbox, to merge them together.
댓글 수: 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!