how to transfer a complex valued matrix into excel?
3 ビュー (過去 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 で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!