-
Matlab_typical_examples
对于matlab初学者一些很好的例子,里面有详细的求解过程和matlab代码可供复制编译。(Matlab beginners for some good examples, there are detailed solving process and compile matlab code for replication.)
- 2009-01-01 15:01:46下载
- 积分:1
-
ThreeStepSearch
运动估计中的经典三步搜索法源码以及实验结果,直接能用。(Motion Estimation of the classic three-step search method and experimental results of source, can be used directly.)
- 2010-11-23 14:52:20下载
- 积分:1
-
RGBextraction
RBB image extraction and some image processing function on each image channel
- 2010-05-24 11:11:51下载
- 积分:1
-
free-bird
放鸟归林 是否撒方式发送方的萨芬撒地方得分为二人刚刚(free bird)
- 2011-05-05 12:32:57下载
- 积分:1
-
power_wind_ig
双馈风电机组并网模型,适合研究生学习和仿真实验(Doubly-fed wind power generator interconnection model, suitable for graduate study and simulation experiment)
- 2015-01-05 16:53:04下载
- 积分:1
-
For2008a_2
介绍matlab2008a_2的教程及源程序(Tutorials and source code introduced matlab2008a_2)
- 2010-11-26 22:44:06下载
- 积分: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
-
FCM
模糊C均值聚类用于复杂系统建模仿真,通过模型进行预测控制( Fuzzy c-means clustering for complex system modeling and simulation, through the model predictive control
)
- 2013-06-18 21:32:39下载
- 积分:1
-
DST
DS证据推理的原始Dempster组合公式计算函数,详细使用见该文件内的帮助说明(DS evidential reasoning of Dempster combination formula original function, see the document in detail the use of the help that)
- 2007-09-09 21:28:20下载
- 积分:1
-
m_to_COM
在VISUAL C++ 6.0编译器环境下,实现MATLAB中COM组件的开发。(In VISUAL C++ 6.0 compiler environment, to achieve the development of MATLAB, COM components.)
- 2010-05-17 16:02:07下载
- 积分:1