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 CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by