-
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
-
costas_example
说明: 这是一个costas环的例子,我做了比较详细的说明(This is a costas loop as an example, I have done a more detailed explanation)
- 2008-12-04 23:00:27下载
- 积分:1
-
KONGJIAN12
平面五杆机构运动空间,用于探讨平面五杆机构的运动空间,获得合理的运动范围(Flat five bodies moving space for the movement to explore space plane five institutions to obtain a reasonable range of motion)
- 2021-04-17 18:58:52下载
- 积分:1
-
MATLAB6_5imageprocessingandgraphicsapplications
MATLAB6_5图形图像处理与应用实例pgd电子书(MATLAB6_5 image processing and graphics applications)
- 2009-02-19 11:07:12下载
- 积分:1
-
mod_news_scroller
joomla block for news scroller
- 2009-11-27 23:54:11下载
- 积分:1
-
gscale
gscale function for matlab
- 2012-05-15 23:14:38下载
- 积分:1
-
unit-commitmen
unit commitment in power system analysis
- 2013-10-11 21:46:13下载
- 积分:1
-
23825763MIMOprogram
mimo的一些算法,已通过运行,可以直接使用,希望对大家有用(Some of MIMO algorithms, has been running, you can directly use, in the hope that useful to everybody)
- 2009-03-05 17:35:29下载
- 积分:1
-
biway_modle
two way modle in matlab
- 2012-09-20 22:20:31下载
- 积分:1
-
pqtheory
active and reactive power theory simulink
- 2015-03-07 03:46:05下载
- 积分:1