print array in an excel file and in two separate columns
Afficher commentaires plus anciens
How can I print this array in an excel file and in two separate columns?
n =
813 4
428 6
314 3
740 5
579 4
Réponses (1)
Bish Erbas
le 24 Sep 2018
Try:
xlswrite('test.xlsx',n)
2 commentaires
Hoque
le 24 Sep 2018
Bish Erbas
le 24 Sep 2018
My answer assumes n is a workspace variable. Make sure you see n as a numerical matrix in the workspace.
Catégories
En savoir plus sur Data Import from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!