-
PID
提供了PID控制的几个MATLAB程序包括:增量式PID控制,PID极点配置控制,以及自校正PID控制。(Provides several MATLAB program of PID control includind: incremental PID control, PID pole placement control, and self-tuning PID control.)
- 2020-07-30 15:18:39下载
- 积分:1
-
matlab
微分方程的matlab解法,实用性较强,易于参考(Solution of differential equations matlab, practical, strong, easy reference)
- 2010-10-06 17:33:31下载
- 积分:1
-
ricetest
ricetest testing rice channel
- 2010-03-04 04:40:06下载
- 积分:1
-
HelloWorld
matlab example: DISP Display array.
- 2012-07-11 17:38:57下载
- 积分:1
-
histeq
说明: 用非matlab工具箱实现直方图均衡化。(With non-realization of histogram equalization matlab toolbox.)
- 2010-03-30 22:34:01下载
- 积分:1
-
fisher
fisher分类法的matlab实现,包含训练与测试部分。(fisher classification matlab implementation, including training and testing parts.)
- 2013-07-16 09:35:11下载
- 积分:1
-
libsvm_3_select_cu_regression
本程序是对粮虫的3类回归的具体实现中的C和g的参数优化选择程序(This procedure is a Class 3 grain insects in the concrete realization of the return of C and g the parameter optimization selection process)
- 2011-05-11 00:21:17下载
- 积分:1
-
MATLABgaot
一篇关于遗传算法工具箱得功能介绍文章,遗传算法工具箱介绍,(a genetic algorithm toolbox functions introduced in the article, genetic algorithm toolbox, the)
- 2007-04-29 11:45:34下载
- 积分:1
-
zl_yongci2
基于电流,转速的双闭环永磁同步电机的矢量控制的仿真模型。。。(Based on current double closed loop speed permanent magnet synchronous motor vector control simulation model)
- 2013-09-23 10:51:47下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1