how to make the data collection result in a file?
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT-Files についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!