|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
inn为输入,3*22531大小,outn为输出,1*22531,
输入 >>net=newrbe(inn,outn,1.5);
出现以下错误,求助达人
??? Maximum variable size allowed by the program is exceeded.
Error in ==> dist>apply at 119
z = zeros(S,Q);
Error in ==> boiler_weight at 38
result = apply(a,b,c);
Error in ==> dist at 90
boiler_weight
Error in ==> newrbe>designrbe at 120
a1 = radbas(dist(w1,p).*(b1*ones(1,q)));
Error in ==> newrbe at 105
[w1,b1,w2,b2] = designrbe(p,t,spread);
|
|