-
MatlabVC
一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值(Of a Matlab compiled into an executable program will be a method which allows Matlab programs written in Matlab can be completely detached from the environment to perform, thus greatly improving the program' s scope of application and value)
- 2009-09-23 23:17:46下载
- 积分: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
-
MonteCarlo
蒙特卡洛算法的均匀分布随机数生成的matlab小程序(Uniformly distributed random number generating Monte Carlo algorithm in MATLAB small program)
- 2015-02-07 14:07:01下载
- 积分:1
-
eetop.cn_SPA_SOFT
汉明码的软判决译码,挺好的程序,下个吧,很有用的(Hamming code soft decision decoding, very good procedure, next)
- 2011-12-19 20:55:45下载
- 积分:1
-
toolbox_fast_marching
在MATLAB环境下的level set方法的实现,可以应用在多种领域中(In the MATLAB environment to achieve the level set method, can be applied in a variety of field)
- 2008-02-28 09:38:28下载
- 积分:1
-
datt
neural network with pscad code
- 2009-05-01 22:51:19下载
- 积分:1
-
MatlabGUIwithExel
[视频]Matlab GUI视频(六)_ 读取Excel 文件 - Matlab 视频教学 - Matlab中文论坛 _ Simulink 论坛 _ Matlab([Video] Matlab GUI video (f) _ read Excel file- Matlab video teaching- Matlab中文论坛_ Simulink Forum _ Matlab)
- 2008-05-22 17:07:18下载
- 积分:1
-
positioning
介绍了并联机器人的定位实现功能,做出了仿真程序。对初学者有很好的指导功能(Describes the positioning to achieve functional parallel robot, made a simulation program. There are a good guide for beginners function)
- 2014-09-06 21:41:03下载
- 积分:1
-
2008
是国外著名专家mahafza的书的代码,主要用于雷达设计和优化(Is a famous expert mahafza book code, mainly for radar design and optimization)
- 2015-01-20 15:17:36下载
- 积分:1
-
tuxian
分别是一些MATLAB中有关图象处理的相关命令集(MATLAB were some relating to the relevance of image processing command set)
- 2007-12-14 14:26:47下载
- 积分:1