-
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
-
CR_in_Matlab
Describes matched filtering in either radars or cognitative radios
- 2013-03-19 22:29:35下载
- 积分:1
-
Monte-Carlo
蒙特卡罗方法课件,内含9个PPT文件,包括简介和实际应用(Monte Carlo methods courseware, containing 9 PPT file)
- 2012-09-07 16:46:26下载
- 积分:1
-
pso(1)
pso算法源程序 介绍基本粒子群算法的MATLAB实现程序(Particle Swarm Optimization)
- 2009-05-27 20:01:53下载
- 积分:1
-
dbimportdemo
说明: 是一个M函数,连接数据库的过程,只需调用函数名就可以链接access数据库(a m function of connecting access database)
- 2011-04-05 16:55:11下载
- 积分:1
-
inst-part-6-force
This PDF introduce some vital information about electrical instrument in Persian Language.
- 2013-07-19 19:55:33下载
- 积分:1
-
demo
用基本的粒子滤波算法,即SIR运行UNGM模型。通过UNGM模型显示SIR对于非线性系统的性能。(With the basic particle filter algorithm, that is, to run UNGM model of SIR. By UNGM model shows SIR for the non-linear system performance.)
- 2010-01-17 23:24:44下载
- 积分:1
-
Voltage_Decouple
矢量控制解耦模型比较仿真,主要包括反馈解耦,前匮解耦,和交叉解耦三种模式。(Simulation of vector control decoupling model comparison)
- 2009-09-15 20:44:49下载
- 积分:1
-
simulationoffiber
在matlab下仿真计算光纤的色散和自相位调制特性(Simulation of fiber dispersion and self-phase modulation characteristics)
- 2009-12-04 17:16:22下载
- 积分:1
-
shapes_2
detect shapes using properties of region props
- 2011-01-23 04:53:32下载
- 积分:1