Pass values from a row to a column

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.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 9 de Mayo de 2020
writematrix(FWHM_all.', 'AppropriateFileName.xlsx');
or
xlswrite('AppropriateFileName.xlsx', FWHM_all.')

Más respuestas (0)

Categorías

Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 9 de Mayo de 2020

Comentada:

el 9 de Mayo de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by