-
dist_eff_tm
simulating center location(simulation)
- 2010-11-28 06:02:18下载
- 积分:1
-
fuzzy-control-table-line-calculation
离散论域模糊控制表的离线计算.已知单变量两维输入,一维输出模糊控制器,其两维输入为E,EC,一维输出为I,论域均为E,EC,I∈{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},E的论域划分为{NB,NM,NS,NZ,PZ,PS,PM,PB},共8个模糊子集(Discrete domain of fuzzy control table offline computing. Known univariate two-dimensional input, one-dimensional output fuzzy controller, the two-dimensional input of E, EC, one-dimensional output as I, on the field are E, EC, I ∈ {-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6}, E of the domain is divided into {NB, NM, NS, NZ, PZ , PS, PM, PB}, a total of eight fuzzy subset)
- 2013-07-24 04:19:32下载
- 积分:1
-
piotr_toolbox
这是matlab 的一个工具包,里面包含了图像和视屏的工具(Piotr s Image & Video Matlab Toolbox, SketchTokens/toolbox/ should have channels, classify, filters, images, matlab)
- 2020-09-09 20:18:02下载
- 积分:1
-
PID_PARTDIFF
不完全微分PID算法Matlab仿真程序。适用于控制理论领域。(Incomplete differential PID algorithm Matlab simulation program. Applicable to the field of control theory.)
- 2014-01-09 21:03:32下载
- 积分:1
-
CMC
CIE CMC 色差公式,与色彩相关专业研究人员与科研人员有用(CIE CMC color difference formula, and color-related professional researchers and useful for researchers)
- 2010-09-15 08:12:10下载
- 积分:1
-
BaseOnLevent1
用Matlab编写的小波去噪,对初学者有所帮助(prepared using Matlab wavelet denoising, help for beginners)
- 2007-03-28 09:57:09下载
- 积分:1
-
Codificador_audio
Codificador de audio para ruido blanco y coloreado
- 2010-12-07 02:43:53下载
- 积分:1
-
LMDS_test
interpolation program for out-of-sample problem in manifold learning
- 2011-10-26 10:10:15下载
- 积分: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
-
heat_code
a matlab code for heat equation
- 2009-12-03 14:05:55下载
- 积分:1