登录
首页 » matlab » Fuzzy_Control_System_for_Tanker_Ship

Fuzzy_Control_System_for_Tanker_Ship

于 2007-04-01 发布 文件大小:7KB
0 185
下载积分: 1 下载次数: 87

代码说明:

  神经网络,用于神经网络的机理模型和建立经验模型.(neural network, for the mechanism of neural network models and model building experience.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • myobject
    说明:  实现盲源分离的简单应用的一个程序、能处理2,3个源信号的分离工作、(It s a program about BSS)
    2010-04-14 09:10:21下载
    积分:1
  • matlab_fun
    matlab函数命令大全 MATLAB常用函数参考(volumes of orders Matlab functions commonly used MATLAB Function Reference)
    2006-10-15 10:26:29下载
    积分:1
  • 50-cases-of-MATLAB-motor-
    使用matlab中simulink仿真电机控制的初学者,可以看看(Matlab motor control simulation for beginners, you can download a look)
    2013-10-17 19:13:27下载
    积分:1
  • Flame-detector
    this is for finding the flames in the picture
    2011-12-29 14:10:05下载
    积分:1
  • KICA
    说明:  进行核主成分分析,KICA,克服主成分分析不能提取非线性特征,提取核主成分(Nuclear principal component analysis, KICA, extraction of principal components)
    2019-02-28 14:10:13下载
    积分:1
  • pmsm1
    matlab pmsm simulink example
    2011-06-21 20:02:39下载
    积分:1
  • Fourth-order-runge-kutta-formula
    四阶龙格库塔公式代码 控制水箱的程序,方便简单(Fourth-order Runge-Kutta formula code control tank program, convenient and simple)
    2013-11-08 14:48:36下载
    积分:1
  • setup_lab_heli_2d
    这是一篇关于二自由度直升机模型的源代码,可以赋初值(This is a two-DOF helicopter model on source code)
    2013-11-28 21:17:18下载
    积分:1
  • li9_23
    clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型 计算7个不变矩 [nc,nr]=size(A) [x,y]=meshgrid(1:nr,1:nc) 得到网格 x=x(:) y=y(:) A=A(:) m.m00=sum(A) if m.m00==0 m.m00=eps end m.m10=sum(x.*A) m.m01=sum(y.*A) 计算均值 xmean=m.m10/m.m00 ymean=m.m01/m.m00 计算中心矩(li9_23.rar cm.cm00=m.m00 cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2) cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5) cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2) cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5) cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2) cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5) cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5) im(1)=cm.cm20+cm.cm02 im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2 im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2 im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2 im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)... +(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2) im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)... +4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03) im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)... *()
    2010-10-17 21:53:14下载
    积分:1
  • wsn-CAB
    无线传感器网络定位算法基于节点的CAB算法(CAB algorithm for WSN)
    2011-05-24 23:20:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载