how to create the .mat file

7 visualizzazioni (ultimi 30 giorni)
ajith
ajith il 18 Mag 2013
Modificato: Walter Roberson il 16 Feb 2018
sir,
i have 350x2 inputs and 350x1 outputs how to create data.mat which includes both the datas in the data.mat

Risposte (3)

Azzi Abdelmalek
Azzi Abdelmalek il 18 Mag 2013
Modificato: Azzi Abdelmalek il 18 Mag 2013
save data a b %a and b are your arrays, will be saved in the file data.mat

yagnesh
yagnesh il 18 Mag 2013
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 il 16 Feb 2018
save('Test.mat','varname') ; the varname can be an array, variable,etc

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by