-
matbugs
matlab中实现openbugs或winbugs的功能调用,非常好。
网上下的(openbugs or matlab to achieve the functions of winbugs call, very good. Online under the)
- 2020-12-15 20:09:14下载
- 积分:1
-
pso
PSO算法的基本matlab代码,可供初学者学习,代码简单,易学易懂(PSO algorithm is the basic matlab code, for beginners to learn the code simple, easy to understand)
- 2010-05-14 11:11:49下载
- 积分:1
-
kalman_intro
该程序是基于Kalman Filter 理论编写的基本的Matlab 滤波程序!(This code is relative with the basic Kalman Filter.)
- 2010-05-31 08:14:39下载
- 积分:1
-
problem1
awlr a awti po tieat iaueotiuuaeigt
- 2012-10-29 05:25:18下载
- 积分:1
-
AR_model
自回归模型得到的谱与yulear法、burg法、协方差法、改进协方差法等方法得到的谱进行对比
(Autoregression model spectra obtained with yulear method, burg method, covariance method, modified covariance method and other methods to compare the obtained spectrum)
- 2015-03-03 22:13:59下载
- 积分:1
-
Code-for-bign
Code for Biginners
Compressive Sensing
- 2013-12-31 15:42:29下载
- 积分:1
-
assign
说明: The setting of the game is very simple: a bunch of people sitting at a round table throwing a dice at each turn, and things happen according to the value of the dice. We define moving right as moving forward on the linked list and moving left as moving backwards on the linked list.
- 2019-04-30 10:56:08下载
- 积分:1
-
GLCM
segmentation code in image processing
- 2009-03-14 13:34:26下载
- 积分: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
-
matlab
教程 全程掌握。对于初学者来说是非常好的工具。(Master the whole course. For beginners it is a very good tool.)
- 2009-06-30 10:07:30下载
- 积分:1