-
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
-
Lyapunov_Terra
当计算混沌系统Lyapunov指数时,gs.m代码实现正交化
直接运行L2.m,可计算出Lyapunov指数(该代码是基于奇异值分解计算Lyapunov指数的)
(chaotic system when calculating Lyapunov exponent, gs.m code directly Orthogonalization L2.m operation, translate into Lyapunov exponent (The code is based on the singular value decomposition Lyapunov exponent))
- 2021-03-12 19:59:24下载
- 积分:1
-
adptivecontrol
自己写的关于电机自适应控制的源码,考虑所有参数均为未知的情况( code on the motor adaptive control with MATLAB)
- 2010-01-19 16:02:28下载
- 积分:1
-
ofdm
本PDF提供了用matlab实现OFDM的源代码。(OFDM using matlab source code)
- 2012-03-28 20:57:48下载
- 积分:1
-
nonlinear-solve
matlab 求解非线性方程组的相关命令流,书籍为:MATLAB语言常用算法程序集龚纯, 王正林编著第10章(matlab )
- 2012-05-03 11:25:09下载
- 积分:1
-
modulationrec
可以利用malab产生不同的调制信号,包括bpsk,qpsk,fsk,msk,16qam,64qam.(Malab can generate different modulated signals, comprising bpsk, qpsk, fsk, msk, 16qam, 64qam.)
- 2015-02-02 18:33:24下载
- 积分:1
-
readGroundTruth_main
It is a C code , also can be used in Matlab. It will help you in detection of people going through a infra red image.
- 2011-06-29 18:08:47下载
- 积分:1
-
complex-network
建立复杂网络中四个基本网络模型,以及求各种基本属性(struct models for the four basic complex networks and tell us how to resolve the basic proprties)
- 2013-08-23 16:02:00下载
- 积分:1
-
lefthandedYZ
三个空间错开漩涡光束左旋螺旋形焦点在YZ平面的强度分布计算程序(YZ distribution of left handed spiral focal spot)
- 2013-10-26 17:35:22下载
- 积分:1
-
matlab-programming
MATLAB 毕业设计(优秀的图形界面设计,与工程应用实际密切相关)(MATLAB programming)
- 2013-05-18 22:57:20下载
- 积分:1