-
area_intersection_union
这是一个求平面图形覆盖面积的算法,算法简单,很好理解(This is a plane graphics coverage area of the algorithm, the algorithm is simple and well understood)
- 2012-05-10 22:57:38下载
- 积分:1
-
runcode
The program uses Matlab to achieve hilbert-huang transform, including EMD, HHT
- 2012-07-20 13:15:31下载
- 积分:1
-
2DMaxima
在二维空间里有两个点A=(X1,Y1)和B=(X2,Y2),如果X1>X2并且Y1>Y2 ,我们认为A优于B,A是这个集合的最大极值点,在给定的二维空间里的N个点的集合S中,找出最大极值点。(In two-dimensional space, there are two points = A = (X1, Y1) and B (X2, Y2), if the X1 and Y1 > X2 > Y2, we think that A is superior to B, A is the biggest extreme value point of the set, in A given set of N points in the two-dimensional space S, find out the most extreme value point.)
- 2013-12-24 21:02:56下载
- 积分:1
-
app1(1)
计算结构振动,在人行桥上人走动产生的行走作用力,进而进行振动控制(Vibration control is carried out by calculating the structural vibration and the walking force produced by walking on the pedestrian bridge.)
- 2019-03-04 15:13:44下载
- 积分:1
-
MPhyysioNet_EI
MIT心电数据库读取程序源码 MIT的格式不能直接在MATLAB上使使用 通过此程序源码转换成能直接应用在MATLAB上的格式 可直接使用。
(MIT ECG database reads the program source MIT' s format can not be converted to make use of this program source code can be applied directly in MATLAB format can be directly used directly in MATLAB.)
- 2012-06-11 19:53:41下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
ED_using_IPOPT
基于IPOPT(内点法)求解电力系统经济调度问题,附有算例仿真测试。(The economic dispatch problem is solved by the IPOPT solver and a test system is used for verifying the effectiveness of the method.)
- 2020-07-04 10:00:01下载
- 积分:1
-
mtetris
matlab编写的俄罗斯方块,很简单,但很好玩(matlab prepared by the Russian box, very simple, but very fun)
- 2007-11-23 16:39:13下载
- 积分:1
-
TwIST_v1
TwIST:两步迭代的图像分割matlab源码,包括图象压缩/重建/增强/去噪等应用(TwIST: two-step iterative image segmentation matlab source, including image compression/reconstruction/enhancer/de-noising applications such as)
- 2008-05-02 16:20:20下载
- 积分:1
-
guide-of-matlab
由语言编和应用编两部分组成,语言编介绍MATLAB语言的基本语法,既便于自学,应用编给出80个实例(it composed by language and application, language part describes the basic syntax of the MATLAB ,and application part have 80 examples .both for self_learning)
- 2013-08-12 17:01:39下载
- 积分:1