-
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
-
fastICA
fastICA algorithm,blind signal processing helpful
- 2011-05-11 19:46:59下载
- 积分:1
-
PIDIS
PD control for robotics with disturbance
- 2011-06-05 20:43:30下载
- 积分:1
-
niulafa
牛拉法编程,是其在大电网多节点的网络中应用更方便(Cattle Rafah programming, is its application in multi-node network in a large grid is more convenient)
- 2014-10-24 10:18:58下载
- 积分:1
-
MATLABandVC
Matlab7.0与vc混合编程
matlab中类的定义,mex文件使用,结合实例详细介绍(matlab vc)
- 2012-06-12 14:59:44下载
- 积分:1
-
disanzhang
matlab课件很有用的,对matlab学习很有帮助,希望采纳谢谢(it s very useful)
- 2014-01-24 11:00:42下载
- 积分:1
-
matlabhuituzongji
matlab绘图介绍,很全面,很详细,需要的人可以参考参考,对你做仿真很不用处的(Matlab graphics, the very comprehensive and detailed, people in need can refer to reference, you do not use the simulation)
- 2007-03-27 09:11:56下载
- 积分:1
-
MATLAB_in_communication
通信中关键技术的matlab解决程序,适合通信专业的工程技术人员与大专院校学生.(Matlab key communications technologies settlement procedures for communication of professional engineers and college students.)
- 2010-08-04 17:22:34下载
- 积分:1
-
HYS
Brushless doubly fed reluctance generator
- 2012-07-15 19:20:59下载
- 积分:1
-
Self-organizing_feature_map_model
自组织特征映射模型(Self-Organizing feature Map),认为一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。(Self-organizing maps model (Self-Organizing feature Map), that a neural network to accept outside input mode, will be divided into different regions, the regional input modes have different response characteristics, while the process is done automatically . The connection weights of neurons with a certain distribution. Nearest neurons stimulate each other, while distant neurons are mutually inhibitory, with a further some of the weaker stimulus. Self-organizing feature map method is a clustering method without teachers.)
- 2010-12-11 15:49:25下载
- 积分:1