how to transfer a complex valued matrix into excel?
1 次查看(过去 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!