-
matlabbook
两本matlab 书,pdf格式, matlab6.5辅助图像处理和精通matlab6.5 北航 张志涌版(Matlab two books, pdf format, matlab6.5-assisted image processing and proficient in matlab6.5 version BUAA Zhang Zhiyong)
- 2009-05-15 10:43:57下载
- 积分:1
-
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
-
Adaptive-Electric-Vehicle-Charging-Coordination-o
Adaptive Electric Vehicle Charging Coordination on
Distribution Network
- 2015-02-17 03:05:47下载
- 积分:1
-
lizilvbo_matlab
粒子滤波的matlab程序~ 希望对大家有用哈~(Particle filter matlab program)
- 2012-01-15 18:11:59下载
- 积分:1
-
NCUT
此程序是谱聚类中,经典的Ncut算法。用matlab编写的。(This program is spectrum clustering, classic Ncut algorithm.The program
uses matlab。)
- 2012-03-05 21:28:01下载
- 积分:1
-
model
建立simulink模型进行波图像的仿真分析(Establishing Simulink model to simulate and analyze wave image)
- 2019-03-23 13:22:19下载
- 积分:1
-
chap1
先进PID的源码 先进PID的源码 (The source of advanced PID advanced PID source)
- 2008-12-12 15:51:41下载
- 积分:1
-
AutomaticModulationClassificationofMPSKsignals
一篇非常好的国外的调制识别的文章,做调制识别的可以看看。(A very good modulation recognition of foreign articles, to do modulation recognition can look at.)
- 2010-03-14 16:07:35下载
- 积分:1
-
Matlab
钟麟《Matlab仿真技术与应用教程》学习用(Zhong Lin Matlab Simulation Technology and Application Guide)
- 2010-05-11 15:56:49下载
- 积分:1
-
chapter7
Anderson 计算流体力学入门第七章的第一个程序(the first program for Anderson Computational Fluid Dynamics )
- 2013-04-06 21:34:50下载
- 积分:1