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!