-
RALY
raly 分布的MATLAB实现,对初学者很有帮助,程序一点也不复杂(raly distribution of MATLAB implementation useful for beginners, the program is nothing complicated)
- 2009-11-18 19:10:09下载
- 积分:1
-
LPP
LPP是局部保局投影方法,这里给出了matlab的源码(lpp code for face recognition)
- 2011-04-29 09:50:40下载
- 积分:1
-
ESPRIT
This Code realizes the Esprit algorithm.
- 2013-01-03 17:16:18下载
- 积分:1
-
辛烷值预测
说明: 径向基函数(RBF)神经网络算法,使用matlab来实现辛烷值预测(Prediction of octane number with MATLAB)
- 2020-05-25 16:51:26下载
- 积分:1
-
Animate_Four_Bar_Polodes
连杆机构的运动学仿真!描述了连杆的运动轮廓及轨迹!(Rod kinematics simulation! Describes the profile and trajectory of the movement of the connecting rod!)
- 2013-05-01 20:22:04下载
- 积分:1
-
fan_motor
this is the fan speed motor control that input is torque and output is speed
- 2014-02-25 21:07:43下载
- 积分:1
-
three_motor
异步电机的仿真模型,基于matlab/simulink环境开发(Induction motor simulation model, based on matlab/simulink environment for development)
- 2008-07-24 12:14:36下载
- 积分:1
-
half-model
半车模型,考虑车辆悬架,前后俯仰等自由度,利用S函数编写(Half car model, considering vehicle suspension, front and rear elevation and other degrees of freedom, the use of S-function written)
- 2020-07-04 00:40:01下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1
-
learn-Matlab
Matlab经典教程——从入门到精通,详细讲解了matlab的用法,并给了丰富的实例(learn matlab)
- 2014-04-05 15:41:43下载
- 积分:1