-
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
-
GeneticAlgorithm
说明: 本代码是使用遗传算法解决优化约束问题,可直接运行。(本代码是使用遗传算法解决优化约束问题,可直接运行。
This code is the use of genetic algorithm to solve constrained optimization problems,which can be directly run.)
- 2010-03-30 16:03:48下载
- 积分:1
-
daolibai
采用matlab中的simulink模块编写的二阶倒立摆仿真程序,对象了解倒立摆和学习simulink的人很有帮助。(The second inverted pendulum simulation program written using Matlab Simulink module, object, inverted pendulum and helpful learning simulink people.)
- 2012-06-18 13:38:38下载
- 积分:1
-
PSK_MQAM
这工程序的的功能主要是机遇MATLAB的通信数字调制系统(This work program is an opportunity the main function of digital modulation system of communication MATLAB)
- 2010-10-22 11:55:24下载
- 积分:1
-
PF
说明: 粒子滤波 MATLAB 程序 很简短 比较适合初学者(Particle Filter)
- 2015-03-14 20:54:56下载
- 积分:1
-
CorePlotExample
Sample application to show the use of a new open source framework for making graphs called Core Plot
- 2010-08-25 19:21:44下载
- 积分:1
-
Imagefilterin
filteirng that can be done where ever possible with compression
- 2011-02-03 05:38:46下载
- 积分:1
-
SmartAntennaCodeListings
智能天线,自适应非盲算法LMS,用matlab编写而成。(Smart antennas, adaptive algorithm for non-blind LMS, compiled using matlab.)
- 2010-05-12 01:04:59下载
- 积分:1
-
nilesh-pra
HI MATLAB CODE FOR RECEIVER DECODE AND TRANSMITTER
- 2013-03-23 15:59:38下载
- 积分:1
-
sim-polar-5
simulation QPSK with Gray mapping of bits into symbols
- 2015-04-15 16:28:06下载
- 积分:1