Pass values from a row to a column

조회 수: 2 (최근 30일)
Sofia Santos
Sofia Santos 2020년 5월 9일
댓글: Sofia Santos 2020년 5월 9일
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.

채택된 답변

Walter Roberson
Walter Roberson 2020년 5월 9일
writematrix(FWHM_all.', 'AppropriateFileName.xlsx');
or
xlswrite('AppropriateFileName.xlsx', FWHM_all.')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by