How to export data from matlab to excel as a column

5 ビュー (過去 30 日間)
Vighneswara Siva Santosh Kumar Kondeti
コメント済み: Image Analyst 2014 年 10 月 24 日
Hi,
I am able to export data to excel as a row. I'm not able to export it as a column. Could someone kindly help me.
Thanks, Santosh

採用された回答

Image Analyst
Image Analyst 2014 年 10 月 24 日
columnVector = yourCurrentRowVector';
xlswrite(excelFileName, columnVector);
  3 件のコメント
Vighneswara Siva Santosh Kumar Kondeti
Hi,
Thanks. Its working now. I didn't correct my syntax earlier. Sorry for the inconvenience.
Thanks, Santosh
Image Analyst
Image Analyst 2014 年 10 月 24 日
OK great. Can you mark the answer as "Accepted" then?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by