how to create the .mat file
조회 수: 6 (최근 30일)
이전 댓글 표시
sir,
i have 350x2 inputs and 350x1 outputs how to create data.mat which includes both the datas in the data.mat
댓글 수: 0
답변 (3개)
Azzi Abdelmalek
2013년 5월 18일
편집: Azzi Abdelmalek
2013년 5월 18일
save data a b %a and b are your arrays, will be saved in the file data.mat
댓글 수: 0
yagnesh
2013년 5월 18일
USE SAVE COMMAND suppose a is your input and b is ur output then simply use
save a.mat
save b.mat
댓글 수: 0
Karansingh Patil
2018년 2월 16일
save('Test.mat','varname') ; the varname can be an array, variable,etc
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!