-
mb_Sm_Int.project
this is for modelling small network application with opnet.
- 2011-01-15 17:31:57下载
- 积分:1
-
AOSLevelsetSegmentationToolboxM
Uses the level set method with reinitialization to compute the movement of fronts under a given velo
- 2013-02-09 22:39:39下载
- 积分: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
-
BLDCM
无刷直流电机的控制模型,根据实际的仿真结果,能够得到很好的仿真效果,结构理想,很好(failed to translate)
- 2013-05-08 20:11:56下载
- 积分:1
-
25856376
Fox Hunting Algorithm
- 2019-02-27 18:35:06下载
- 积分:1
-
GUIS_FEX
matlab GUI的例子,个个都是经典,大家都下载来学习(All of the handles to the various objects created in each GUI, as well as
data needed to run the GUI, are stored in a main structure called S.
The fieldnames for handles are in lower case letters, and the fieldnames
for data are in uppercase letters. Callback function names are
designated with the fieldname of the object to which they correspond,
followed by _call. Other function names are similarly designated. For
instance, a keypressfcn will end in _kpfcn and a buttondownfcn will end
in _bdfcn. The code of each GUI is generously commented, and subtle
points may be examined in the comments (see for example the last comment
block in GUI_32). If anything seems unclear, look first in the comments,
and if satisfaction is not found there feel free to email me.)
- 2010-12-24 13:40:00下载
- 积分:1
-
MatlabFiles
说明: 有关数字通信的matlab实现,进行数字信号处理的matlab仿真(digital signal processing is completed by matalab .including psk bpsk qam module duojingxindao dengdeng )
- 2010-03-27 22:21:22下载
- 积分:1
-
matlab-functions
丰富的matlab函数库,可以作为参考资料(Matlab function library, can be used as reference material)
- 2012-10-16 23:34:09下载
- 积分:1
-
code
莫里森方程在小振幅波(线性波)理论下的波浪力的计算,船舶与海洋工程专业,波浪力学课程(Morrison equation in the small amplitude wave (linear wave) theory calculation of wave forces )
- 2010-08-24 10:48:28下载
- 积分:1
-
LDA55
LDA算法及matlab实现(有实例)对初学者有很大帮助(LDA algorithm and matlab implementation)
- 2010-09-25 10:17:29下载
- 积分:1