Effacer les filtres
Effacer les filtres

how to create the .mat file

4 vues (au cours des 30 derniers jours)
ajith
ajith le 18 Mai 2013
sir,
i have 350x2 inputs and 350x1 outputs how to create data.mat which includes both the datas in the data.mat

Réponses (3)

Azzi Abdelmalek
Azzi Abdelmalek le 18 Mai 2013
Modifié(e) : Azzi Abdelmalek le 18 Mai 2013
save data a b %a and b are your arrays, will be saved in the file data.mat

yagnesh
yagnesh le 18 Mai 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 le 16 Fév 2018
save('Test.mat','varname') ; the varname can be an array, variable,etc

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by