-
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
-
EBP-chaoticPrediction
This program is prepared as an one-step EEG predictor. this is used a fuzzy neural network which is trained by a chaotic back propagation method
- 2009-04-27 15:47:38下载
- 积分:1
-
SMF-dispersion
计算单模光纤的色散曲线,最后拟合出色散随波长变化的曲线(Single-mode fiber dispersion curve calculation, the final fitting with excellent wavelength dispersion curve)
- 2020-09-23 23:57:48下载
- 积分:1
-
ChanCCIR5202
Matlab code for the simulation of HF channel with Rayleigh fading
- 2013-09-19 15:06:16下载
- 积分:1
-
MATLAB
ansys结构分析与MATLAB编程,详细的介绍了matlab在结构分析中的应用(ansys structural analysis and MATLAB programming, a detailed description of the matlab in Structural Analysis)
- 2014-02-12 13:00:51下载
- 积分:1
-
粒子群(PSO)简单教程
说明: 粒子群(PSO)简单教程,适合matlab新手,以及PSO算法的入门教程。(Particle swarm optimization (PSO) simple tutorial, suitable for matlab novice, as well as the introduction of PSO algorithm tutorial.)
- 2020-07-06 14:57:17下载
- 积分:1
-
c3
说明: transformations géométriques
- 2010-05-11 03:30:07下载
- 积分:1
-
skeleton
基于细化算法的骨架提取算法,内涵测试图像,效果较好(Refinement algorithm based on the frame extraction algorithm,the effects is well)
- 2010-05-21 15:42:25下载
- 积分:1
-
speechrecognization
语音识别基于dtw算法,可以识别特定的汉字,里面有10个字的模板(speech recognition)
- 2015-01-02 21:40:50下载
- 积分:1
-
buduichen
基于MATLAB软件的三相不对称故障的分析,需了解节点阻抗矩阵以及节点导纳矩阵。(Based on MATLAB software in the three-phase asymmetric fault analysis, need to know the node impedance matrix and node admittance matrix.)
- 2015-01-09 13:18:15下载
- 积分:1