-
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
-
B-topic-MATLAB
北京大学2001年数学建模B题MATLAB算法 判断癌症的经典模型算法(Beijing university in 2001, mathematical modeling B topic MATLAB algorithm of classical model algorithm judge cancer
)
- 2011-05-01 19:54:08下载
- 积分:1
-
WFCM
样本加权模糊聚类,可用于各种功能,只需改变输入即可(Sample weighted fuzzy clustering can be used for various functions, simply by changing the input to)
- 2014-12-30 09:23:04下载
- 积分:1
-
Square-wave-noise-cancellation
此例程为配套书籍的第六章例题6-10的相对应代码,功能为方波消噪示例,编程环境为matlab。(This routines is for the supporting books of the for Chapter VI Example 6-10 the the relative should be of code, function de-noising of the is a square wave Example, programming environment for the the matlab.)
- 2013-05-02 18:39:38下载
- 积分:1
-
Simulink
说明: 详细介绍了simulink的建模与开发,适合于初学者学习(Simulink detailed modeling and development, suitable for beginners to learn)
- 2008-08-28 13:09:28下载
- 积分:1
-
outage_good
MATLAB code for outage probability.
- 2009-11-12 01:21:16下载
- 积分:1
-
source-code-and-book
Physical Principles of Sedimentary Basin Analysis源代码和书(Physical Principles of Sedimentary Basin Analysis)
- 2012-12-29 14:09:50下载
- 积分:1
-
ex1
希尔伯特黄变换,包括固有模态的求解算法以及经验模态分解的算法。利用此程序可以对一个复杂的信号分解出其内涵的确定性信号。(Hilbert Huang transfermation)
- 2013-03-11 09:46:31下载
- 积分:1
-
simple_PLL
this is the matlab code for a simple PLL circuit "Phase Locked Loop"
- 2013-11-17 02:41:03下载
- 积分:1
-
myperspectivetransformation
利用单应点进行透视反变换,matlab实现(Perspective inverse transform, matlab achieve)
- 2013-09-21 09:09:48下载
- 积分:1