-
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
-
san_psk1
FSK的similink仿真,希望对大家有帮助(similink simulation of FSK)
- 2010-05-06 19:37:54下载
- 积分:1
-
pso-riqian-dispatch
日前调度计划优化,根据负荷、风电、光伏、燃气轮机、蓄电池出力计划,安排日前调度出力,以成本最优为目标函数进行调度(Recently scheduling optimization, depending on the load, wind power, photovoltaic, gas turbines, battery output plan arranged before scheduling output, optimal scheduling cost as the objective function)
- 2020-11-16 13:59:40下载
- 积分:1
-
minigouzhuiren
个慢跑者在平面上沿着他喜欢的路径跑步,突然一只狗攻击他,这只狗以不变的
速度跑向跑步者,狗的方向始终指向跑步者,计算并画出狗的运动轨迹(如需其他
条件,请自己假定)(A jogger in the plane running along the path of his favorite, a dog suddenly attacked him, the dog ran a constant speed runners, always point to the direction of the dog runners, calculate and draw the trajectory of the dog (For other conditions, at your own assumptions))
- 2010-11-08 10:49:28下载
- 积分:1
-
Feature-point-extraction
数字 图像处理特征提取 非常详细,推荐学习下载(Feature point extraction with matlab performance)
- 2013-01-06 19:50:42下载
- 积分:1
-
FHSS_BPSK
matlab file comtainning FHSS code
- 2015-01-18 19:00:49下载
- 积分:1
-
mk
说明: 对气象数据进行MK检验分析,包括突变检验和趋势检验(MK Test and Analysis of Meteorological Data)
- 2019-08-03 20:18:22下载
- 积分:1
-
Kalman_Est
卡尔曼滤波评估,用于精密单点定位,提高了定位精度,在某工程上已经得到验证(Kalman filter evaluation for precise point positioning, positioning accuracy has been verified on a project)
- 2013-04-20 15:54:23下载
- 积分:1
-
Main_Logistic
Logistic 逻辑映射,大家注意看啊(Logistic 逻辑映射)
- 2010-12-01 21:31:54下载
- 积分:1
-
wind_modeling
水面无人船舶建模所需要的海风干扰模型,带详细说明,源创科研代码(The sea breeze by the water unmanned ship modeling interference model, with a detailed description of the source of a research code
)
- 2012-08-11 21:45:44下载
- 积分:1