how to create the .mat file
7 次查看(过去 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!