writing variable in xls file

1 view (last 30 days)
george veropoulos
george veropoulos on 15 Dec 2018
Commented: george veropoulos on 26 Jan 2019
Hi
i have a code that produce three variable a b c
i want to save this value in a xls file that the value writing in sheet1 at A B C column
what is the proper statament to write thiw variable
thank you very much
George

Answers (1)

madhan ravi
madhan ravi on 15 Dec 2018
xlswrite('sample.xlsx','abc')
  3 Comments
madhan ravi
madhan ravi on 18 Dec 2018
Anytime :) , if my answer solved your question make sure to accept the answer else let know.
george veropoulos
george veropoulos on 26 Jan 2019
sorry but this a statment does not work

Sign in to comment.

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!