-
chap2
《智能控制》第二版(刘金琨著)程序源码第二章(" Intelligent control" , Second Edition (Liu Jinkun a) program source code Chapter)
- 2011-04-26 09:42:14下载
- 积分:1
-
differential-equations
使用MATLAB求解差分方程,进行方程参数拟合等等,可用以求解各类方程(Use MATLAB to solve differential equations, the equation parameter fitting, etc., can be used to solve various equations)
- 2011-04-27 17:42:23下载
- 积分:1
-
power_switch
power_switch.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_switch.rar,
Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:45:26下载
- 积分:1
-
double_pwm_inverter
多样化的特点,直观和清晰的启动电压和电流的特性的过程中一个电机仿真过程的详细描述(A detailed description of the process of motor simulation in a variety of features, intuitive and clear to start the process of voltage and current characteristics shown)
- 2011-12-20 14:38:41下载
- 积分:1
-
Simpson
辛普森数值方法求积分,并非本人所写,来源于网络,共大家分享(simpson numerical method)
- 2011-04-19 17:09:31下载
- 积分:1
-
SFLA
混合蛙跳算法(Shuffled Frogleaping Algorithm)是进化计算领域新发展起来的一种优化算法,由Eusuff和Lansey与2003年为解决组合优化问题而最先提出(shuffled frogleaping Algorithm,)
- 2011-05-20 12:41:04下载
- 积分:1
-
IOS
基于IOS自组织分析法的iris数据集分类,matlab实现,含注释。(The iris data set classification based IOS self-organization analysis, Matlab implementation, including annotations.)
- 2012-04-24 10:48:38下载
- 积分:1
-
jgpsdjcy
关于铁路轨道激光平顺度检查仪的使用说明,对仪器功能、使用范围和注意事项进行了详细说明。(On the railway track laser smoothness tester instructions, the instrument features, application scope and matters needing attention are discussed in detail.)
- 2014-08-13 14:43:07下载
- 积分:1
-
KLDCT_Markov
用于现代信号分析与处理课程,作用是实现K-L变换和DCT变换。(For modern signal analysis and processing programs, the role is to achieve the KL transform and DCT.)
- 2014-02-24 16:28:57下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1