-
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
-
mla
说明: 计算弯曲线天线的输入阻抗,辐射方向图以及增益(可以计算不同的直线长度,弯折次数,弯折高度,弯折角度的弯曲线天线)(Calculation of bending wire antenna input impedance, radiation pattern and gain (the straight line can be calculated in different length, bending frequency, a high degree of bending, bending angle of bending wire antenna))
- 2008-09-22 10:36:35下载
- 积分:1
-
matlab-simulation
matlab 研究生课件和对应的仿真文件~~~~~(matlab graduate courseware and simulation files ~ ~ ~ ~ ~)
- 2012-06-25 14:15:27下载
- 积分:1
-
TUTORIAL
说明: 几个网络的生成程序度,度分布,聚类数
(some net matlab show,degree degreedistrict)
- 2010-04-02 12:48:36下载
- 积分:1
-
111
说明: bfsk调制,可出来图形,经过了awgn(bfsk modulation may be out of graphics, after awgn)
- 2009-08-09 13:50:07下载
- 积分:1
-
Matlab_ImageSee
打开文件中图片的简单Matlab程序代码(Open the file in the image of a simple Matlab code)
- 2010-05-06 13:55:00下载
- 积分:1
-
ElectronsWave_GUI
使用matlab实现电子波动性和粒子性的演示(Use matlab electronic fluctuations and particle demo)
- 2012-05-19 19:54:02下载
- 积分:1
-
VcAddMATLAB
VC++中使用MATLAB的C++数学库和MCC生成的程序。(VC use MATLAB C Math Library and MCC production procedures.)
- 2007-01-09 11:57:10下载
- 积分:1
-
MATLABsciencecompute
说明: 包含matlab用到的所有数学计算,希望对大家有所帮助。(Matlab contains all the mathematical calculations used in the hope that all of you to help.)
- 2008-12-06 21:24:57下载
- 积分:1
-
dsb
DSB,输入信号和输出信号的MATLAB仿真(DSB, the input and output signals of MATLAB simulation)
- 2011-07-04 13:15:19下载
- 积分:1