| 查看: 1962 | 回复: 1 | |||
| 本帖产生 1 个 博学EPI ,点击这里进行查看 | |||
一方水土木虫 (小有名气)
|
[求助]
load data input output的使用
|
||
|
我在写MATLAB程序时,用到 load data input output ;可是我不清楚这个input 和output的数据从哪输入,忘大神给指点迷津,那个data.mat文件是怎么回事啊? 下面我附上部分程序: part.jpg |
» 猜你喜欢
材料学求调剂
已经有6人回复
303求调剂
已经有5人回复
一志愿武理085500机械专业总分300求调剂
已经有7人回复
考研调剂
已经有4人回复
281求调剂
已经有4人回复
0805 316求调剂
已经有6人回复
085601求调剂总分293英一数二
已经有3人回复
08工学调剂
已经有17人回复
340求调剂
已经有4人回复
311求调剂
已经有3人回复

FMStation
至尊木虫 (知名作家)
- 博学EPI: 15
- 应助: 591 (博士)
- 贵宾: 0.03
- 金币: 18351.2
- 红花: 97
- 帖子: 8891
- 在线: 1490.3小时
- 虫号: 2400059
- 注册: 2013-04-04
- 专业: 计算机应用技术
【答案】应助回帖
★ ★ ★ ★ ★
一方水土: 金币+5, 博学EPI+1, ★有帮助 2016-09-27 15:30:47
一方水土: 金币+5, 博学EPI+1, ★有帮助 2016-09-27 15:30:47
|
http://matlab.izmiran.ru/help/techdoc/matlab_prog/ch10_in8.html To import variables from a binary or ASCII file on your disk to your workspace, use the load function. You can load all variables from the workspace in a single operation (if you omit the filename, MATLAB loads from file matlab.mat): load filename or load just those variables that you specify: load filename var1 var2 ... varN Use the wildcard character (*) in the variable name to load those variables that match a specific pattern. (This works for MAT-files only.) For example, the following command loads all variables that start with str from file strinfo.mat: load strinfo str* ~~~~~ input_train input[1]..[10] input_test input[11]..[20] output_train output[1]..[10] output_test output[11]..[20] |
2楼2016-09-26 18:07:47













回复此楼