-
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
-
swxsts
说明: 三维显示与透视的MATLAB程序。希望对大家有帮助。(True color contour map and three-dimensional surface of the MATLAB program. We want to help.)
- 2009-08-04 21:55:09下载
- 积分:1
-
chapter-5-and-6
该源代码程序是关于张德丰所编写matlab小波分析的第五和六章(the sourcecodes are match with the book named matlab wavelet analysis by Zhang Defeng)
- 2013-10-16 12:05:16下载
- 积分:1
-
emd
Hilbert 黄变换代码,主要实现黄变换的分解和谱分析(Hilbert Huang Transform code, the main achievement of Huang transform decomposition and spectral analysis)
- 2008-03-02 00:13:06下载
- 积分:1
-
CoverageCalculation
wireless coverage calculation source code for matlab
- 2011-07-18 21:31:27下载
- 积分:1
-
A-matlab-code-to-printscreen-
MATLAB实现截屏的小程序,能够进行部分截取(MATLAB implementation applet screenshot)
- 2013-10-30 16:20:27下载
- 积分:1
-
GAComputationExample
遗传算法生成实例讲解,包括源代码,初学者指导工具。(Genetic algorithm to generate examples to explain, including source code, for beginners, guiding tool.)
- 2012-11-21 23:53:35下载
- 积分:1
-
guanliandufnex
基于灰色预测模型对旅游人数的预测matlab代码(Grey prediction model based on the forecast of tourist arrivals matlab code)
- 2011-02-05 21:53:49下载
- 积分:1
-
xxtp
线性调频信号的模糊图线性调频信号的模糊图线性调频信号的模糊图(LFM)
- 2009-02-15 19:50:07下载
- 积分:1
-
Canny
Matlab图像处理中常用的canny码源(This is canny code)
- 2010-07-13 19:52:47下载
- 积分:1