How to save 2 column vectors to an excel file

Asked by John on 25 Mar 2012
Latest activity Answered by Thomas on 25 Mar 2012

Hi,

What is the correct syntax to save to vectors x and y to an excel file in columns A and B?

Is it

xlswrite(C:\Folder\name.xls, [x y])

0 Comments

John

Tags

Products

No products are associated with this question.

1 Answer

Answer by Thomas on 25 Mar 2012
Accepted answer

Yes that is the correct syntax..only if both x and y are column vectors..

xlswrite(C:\Folder\name.xls, [x y])

0 Comments

Thomas

Contact us