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.')
  1 件のコメント
Sofia Santos
Sofia Santos 2020 年 5 月 9 日
Thank you very much!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by