How I can save varibles to a file? For example, the variable test to the file data.data.

1 view (last 30 days)
How I can save varibles to a file? For example, the variable test to the file data.data.
  2 Comments
Jan
Jan on 7 Feb 2013
Edited: Jan on 7 Feb 2013
The OP deletes his questions frequently after he got an answer. This is a misusage of the forum and very annoying. He does not stop this although he has been informed that this conflicts with the nature of this forum. In consequence I do not answer his questions anymore.
[EDITED] To be correct: The OP has deleted all of his questions. I've send my opinion to the admins already.

Sign in to comment.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 7 Feb 2013
a=[1 2;3 4]
xlswrite('yourfile.xls',a)

More Answers (0)

Categories

Find more on Variables in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!