How to export data from matlab to excel as a column

3 次查看(过去 30 天)
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by