24小时热门版块排行榜    

查看: 1942  |  回复: 1
本帖产生 1 个 博学EPI ,点击这里进行查看
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

FMStation

至尊木虫 (知名作家)

【答案】应助回帖

★ ★ ★ ★ ★
一方水土: 金币+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
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 一方水土 的主题更新
信息提示
请填处理意见