Pass values from a row to a column
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sofia Santos
le 9 Mai 2020
Commenté : Sofia Santos
le 9 Mai 2020
Hello, I have a script in Matlab that returns values that I want to save in Excel, but the size is 1x194 so they are saved in Excel as a line, as in the image, and I want to save it in a column, do you know how to solve that?
Thank you very much.

0 commentaires
Réponse acceptée
Walter Roberson
le 9 Mai 2020
writematrix(FWHM_all.', 'AppropriateFileName.xlsx');
or
xlswrite('AppropriateFileName.xlsx', FWHM_all.')
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Import from MATLAB 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!