how to transfer a complex valued matrix into excel?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Ahmet Cecen
le 19 Août 2014
Modifié(e) : Ahmet Cecen
le 19 Août 2014
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 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!