print array in an excel file and in two separate columns

8 次查看(过去 30 天)
How can I print this array in an excel file and in two separate columns?
n =
813 4
428 6
314 3
740 5
579 4

回答(1 个)

Bish Erbas
Bish Erbas 2018-9-24
Try:
xlswrite('test.xlsx',n)
  2 个评论
Hoque
Hoque 2018-9-24
Actually, I tried this but doesn't work. I get following error msg:
Warning: Unable to write to Excel format, attempting to write file to csv format. To write to an Excel file, convert your data to a table and use writetable.
Bish Erbas
Bish Erbas 2018-9-24
My answer assumes n is a workspace variable. Make sure you see n as a numerical matrix in the workspace.

请先登录,再进行评论。

类别

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