资源简介

RBF神经网络预测控制,预测控制,RBF神经网络

资源截图

代码片段和文件信息

data=[-0.22914	-0.059577	-0.88853	-0.25353	-0.28422	0.096958;
-0.48264 0.63645 0.025257 -0.36327 0.47082 -0.087841;
-0.4228 0.28586 0.34107 0.048845 -0.76611 0.18407;
-0.38717 -0.46772 0.14487 -0.23132 -0.089108 -0.74088;
-0.40248 -0.5382 0.19561 -0.22917 0.24525 0.63041;
-0.47317 -0.035252 -0.18518 0.83387 0.20625 -0.051838];
x=data(:1:5);t=data(:6);
c1=x(1:3:);  %初值
%第一次分类
for i=1:1:6
     for j=1:1:3
    d1(ij)=(x(i:)-c1(j:))*((x(i:)-c1(j:))‘);
end
end
% x1   d1=[0    1.9658  1.9924;     
 % x2    1.9658 0      1.9261;
 % x3    1.9924 1.9261   0
 % x4    1.298 1.5735  1.1445
 % x5    1.7154 1.4841  1.8008
 % x6    1.9779 1.9987  1.9443]     
%类1(x1)
%类2(x2x5)
%类3(x3x4x6)
%中心c1=[-0.22914  -0.059577  -0.88853  -0.25353  -0.28422
%       -0.48264 0.63645

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2563  2003-12-29 14:53  RBF神经网络预测程序\11.m

     文件       2660  2003-12-29 14:52  RBF神经网络预测程序\22.m

     文件       6343  2003-12-30 13:16  RBF神经网络预测程序\33.asv

     文件       6341  2003-12-30 13:20  RBF神经网络预测程序\33.m

     文件       7904  2005-05-15 02:17  RBF神经网络预测程序\hs_err_pid1648.log

     文件       6123  2004-03-03 14:08  RBF神经网络预测程序\RBF建模.asv

     文件       6112  2005-05-28 01:02  RBF神经网络预测程序\RBF建模.m

     文件       2027  2004-01-01 02:27  RBF神经网络预测程序\RBF预测.asv

     文件       2024  2004-03-06 07:47  RBF神经网络预测程序\RBF预测.m

     文件        951  2003-12-28 14:11  RBF神经网络预测程序\建模.asv

     文件        951  2003-12-28 14:13  RBF神经网络预测程序\建模.m

     文件       2657  2003-12-29 13:52  RBF神经网络预测程序\建模1.asv

     文件       2653  2003-12-29 14:54  RBF神经网络预测程序\建模1.m

     目录          0  2010-09-03 10:12  RBF神经网络预测程序

----------- ---------  ---------- -----  ----

                49309                    14


评论

共有 条评论