how to create the .mat file
2 views (last 30 days)
Show older comments
sir,
i have 350x2 inputs and 350x1 outputs how to create data.mat which includes both the datas in the data.mat
0 Comments
Answers (3)
Azzi Abdelmalek
on 18 May 2013
Edited: Azzi Abdelmalek
on 18 May 2013
save data a b %a and b are your arrays, will be saved in the file data.mat
0 Comments
yagnesh
on 18 May 2013
USE SAVE COMMAND suppose a is your input and b is ur output then simply use
save a.mat
save b.mat
0 Comments
Karansingh Patil
on 16 Feb 2018
save('Test.mat','varname') ; the varname can be an array, variable,etc
0 Comments
See Also
Categories
Find more on Import, Export, and Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!