-
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
-
5MATLAB
matlab教程ppt 第5章 MATLAB数据分析与多项式计算(the ppt about of matlab)
- 2010-03-07 09:27:59下载
- 积分:1
-
SystemDevwewe
企业文件,不错的,大家试下载下来玩玩,好像还有论坛功能的,这个是最新版本。.. (Corporate documents, well, we try to download it to play, as if there are features of the forum, this is the latest version. ..)
- 2008-12-18 19:16:34下载
- 积分:1
-
matlab100examples
matlab的100个小应用程序,对初学者比较有用。(100 small matlab application, useful for beginners.)
- 2010-10-23 00:43:57下载
- 积分:1
-
Des32ktop
【谷速软件】matlab毕业编程 半极性的半极坐标图绘制功能 可以作为参考使用,程序是word版本([Valley] matlab graduate programming software speed semi-polar semi-Polar mapping function can be used as a reference, the program is a word version)
- 2014-12-16 23:12:49下载
- 积分:1
-
moshishibie
关于模式识别的几个matlab程序,包括fisher;parzen窗;感知函数等等。(Matlab on the number of pattern recognition procedures, including the fisher parzen window perceptual function and so on.)
- 2009-07-20 20:10:54下载
- 积分:1
-
FEMmatlab
Problem of plane-wave reflection by and transmission through an inhomogeneous dielectric slab. Solution through the finite element solution (FEM) and comparing it with
the exact solution and plot the results.
- 2012-03-23 06:25:25下载
- 积分:1
-
qstoolbox
该代码为排队论工具.用于MM1,MG1等模型.
(code for the queuing theory tools. For MM1, genotoxicity and other models.)
- 2007-01-16 19:53:20下载
- 积分:1
-
functionEnergyEfficiency
this code is related to Energy efficiency in massive mimo system
- 2014-10-13 12:59:34下载
- 积分:1
-
jiachuang
加道夫—切比晓夫波束形成,旁瓣高度相等,主瓣和旁瓣比可以设定。(Plus Astoria- cutting beam forming than convincing Love waves sidelobe height equal to the main lobe and sidelobe ratio can be set.)
- 2013-05-27 23:06:43下载
- 积分:1