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

조회 수: 3 (최근 30일)
How I can save varibles to a file? For example, the variable test to the file data.data.
  댓글 수: 2
Teemu
Teemu 2013년 2월 7일
So the file where the variable should be saved is excel file.
Jan
Jan 2013년 2월 7일
편집: Jan 2013년 2월 7일
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.

댓글을 달려면 로그인하십시오.

채택된 답변

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Historical Contests에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by