how to create the .mat file

sir,
i have 350x2 inputs and 350x1 outputs how to create data.mat which includes both the datas in the data.mat

답변 (3개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 18일
편집: Azzi Abdelmalek 2013년 5월 18일

0 개 추천

save data a b %a and b are your arrays, will be saved in the file data.mat
yagnesh
yagnesh 2013년 5월 18일

0 개 추천

USE SAVE COMMAND suppose a is your input and b is ur output then simply use
save a.mat
save b.mat
Karansingh Patil
Karansingh Patil 2018년 2월 16일

0 개 추천

save('Test.mat','varname') ; the varname can be an array, variable,etc

카테고리

도움말 센터File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

질문:

2013년 5월 18일

편집:

2018년 2월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by