how to make the data collection result in a file?

1 回表示 (過去 30 日間)
Dhines
Dhines 2013 年 7 月 5 日
these are my datas yy and X..i arranged in a form of data1=[yy;X];.. now i want to make a data1 result in a matlab file.

採用された回答

dpb
dpb 2013 年 7 月 5 日
M
save datafile data1
will write a .mat file DATAFILE.MAT w/ the desired array. use LOAD to retrieve it.
M
doc save % and friends
for more details, options...

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by