我的MATLAB(R2012a)里怎么没有newrb函数?
P=-1:0.1:1;T=sin(P);spread=1;mse=0.02;net=newrb(P,T,mse,spread);t=sim(net,P);plot(P,T...
P=-1:0.1:1;
T=sin(P);
spread=1;
mse=0.02;
net=newrb(P,T,mse,spread);
t=sim(net,P);
plot(P,T,'r*',P,t)
运行后出现错误提示:
Undefined function 'newrb' for input arguments of type 'double'.
怎么回事啊? 展开
T=sin(P);
spread=1;
mse=0.02;
net=newrb(P,T,mse,spread);
t=sim(net,P);
plot(P,T,'r*',P,t)
运行后出现错误提示:
Undefined function 'newrb' for input arguments of type 'double'.
怎么回事啊? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询