-
matlab7.x
matlab7.x完全教程 从使用角度出发 通过300多个实例 让读者完全掌握matlab7.0的用法(matlab7.x complete tutorial from the use of point of view the reader through more than 300 instances of the use of full control matlab7.0)
- 2010-05-30 21:49:22下载
- 积分:1
-
Chapter_8
data converters by maloberti
- 2013-04-19 15:13:13下载
- 积分:1
-
picture-of-strip-and-ladder
可以实现条形图和阶梯图形,导入marlab中很容易实现(picture of strip and ladder)
- 2011-12-12 11:09:54下载
- 积分:1
-
PMSG000
PMSG风力发电仿真模型,可以进行风力发电系统的风能追踪模拟和变桨距控制(PMSG wind simulation model can track the wind power system simulation and wind pitch control)
- 2021-03-23 23:59:15下载
- 积分:1
-
machine-schedule
一个可变机器调度MATLAB程序,希望对大家有用!(MATLAB a variable machine scheduling program, we hope to be useful!)
- 2011-01-24 17:14:38下载
- 积分: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
-
ydtxyl
经典通信教材,移动通信原理,有吴伟陵,牛凯著写(Classical communication materials, mobile communication theory, there WU Wei-ling, cattle Kay of writing)
- 2011-12-04 20:31:02下载
- 积分:1
-
123
说明: matlab 编程实现人体跟踪与检测编程实现人体跟踪与检测(matlab)
- 2010-04-19 11:38:35下载
- 积分:1
-
this-program-is-hep-full-o-analyse-the-multilevel
This is a multi-level voltage svpwm space vector control algorithm for motor controlThis is a multi-level voltage svpwm space vector control algorithm for motor controlThis is a multi-level voltage svpwm space vector control algorithm for motor control
- 2013-10-24 23:05:38下载
- 积分:1
-
FactoryPattern
FactoryPattern example to illustrate abstract, concrete, and product patterns.
- 2014-01-17 08:08:22下载
- 积分:1