-
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
-
code2
fault detction and classification
- 2014-01-22 11:52:51下载
- 积分:1
-
Test_new2
说明: matlab下模式识别分类后的统计,画图,简单,通用。(matlab classified under the statistical pattern recognition, drawing, simple, common.)
- 2011-03-17 13:50:26下载
- 积分:1
-
16-QAM-konstelacija
16-QAM constelation
Source code for 16-QAM constelation for various signal to noise ratio levels in dB
- 2011-08-04 23:04:21下载
- 积分:1
-
BLDC_Control
In This Matlab Simulation, We simulate Control System Of BLDC Motor Speed Control With Addaptive Fuzzy Sliding Mode Control And Simulatione Show That The result is better than other Control Method Such as Conventional PID.
- 2013-02-18 23:04:46下载
- 积分:1
-
NeuralNetwork
说明: 神经网络滑膜变结构控制MATLAB和simulink仿真程序。(Variable structure neural network control of synovial MATLAB and simulink simulation program.)
- 2010-04-11 18:55:05下载
- 积分:1
-
MATLAB
精通matlab科学计算中的所有实例的源代码!!!(Versed in scientific computing matlab source code for all instances! ! !)
- 2011-06-23 20:11:04下载
- 积分:1
-
registration
automatically register 2 images in matlab
- 2009-06-11 01:33:11下载
- 积分:1
-
diversity
co operative diversity tech
- 2012-10-29 23:40:03下载
- 积分:1
-
AGuide
A Guide to MATLAB for Beginners and Experienced Users - Hunt Lipsman & Rosenberg(A Guide to MATLAB for Beginners and Experienced Users- Hunt Lipsman & Rosenberg)
- 2009-04-18 02:54:15下载
- 积分:1