bluecherry 发表于 2009-5-9 16:01

用RBF训练时报如下错误怎么回事

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
= designrbe(p,t,spread);
页: [1]
查看完整版本: 用RBF训练时报如下错误怎么回事