-
MATLABPID
1.本书在MATLAB环境下实现了各类PID控制算法,具有很强的工程参考价值.
2、将光盘中的仿真程序复制到硬盘MATLAB运行的路径中,便可仿真运行。
3、本书算法在MATLAB 5.3版下运行成功,并适用于其他版本。
(1. This book has all kinds of MATLAB environment to achieve PID control algorithm, has a strong engineering reference value. 2, CD-ROM in the simulation program will be copied to the hard disk to run the path of MATLAB, the simulation can be run. 3, the book version of algorithm in MATLAB 5.3 running under success, and apply to other versions.)
- 2009-12-28 21:31:04下载
- 积分:1
-
STKTest
通过Matlab实现在stk上作战防御的仿真(Stk on combat defense simulation by Matlab)
- 2012-03-29 14:35:02下载
- 积分:1
-
cell
如果一个对象有充足的背景反差就可以轻易的从图像中检测出来。我们使用边缘检测算法
与基本形态工具来检测前列腺癌的细胞。(Detecting a Cell Using Image
Segmentation)
- 2010-05-18 21:03:28下载
- 积分:1
-
improve-geodetic
用least square的方法解决实际更新就的地理位置数据的matlab代码。给出数据库~但也可以自行添加想要更新的数据库。(Matlab code to solve the actual update on the geographic location data using least square method. Can add no database is given to the database you want to update.)
- 2013-01-28 07:10:26下载
- 积分:1
-
Tutorial-for-Ziarko-model
粗糙集课件。里面有覆盖粗糙集模型和 Ziarko变精度粗糙集模型以及粗糙集程序(courseware. There are covering rough set model and Ziarko model)
- 2011-11-15 15:47:24下载
- 积分:1
-
yibudianjizhijieqidong
异步电机直接启动matlab仿真,为你的毕业设计带来借鉴。(Matlab simulation of induction motor direct start, bring references for your graduation.)
- 2014-01-08 20:09:11下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
matlab
应用于MATLAB中对图像的非线性变换,直方图均衡化线性,平滑滤波器(Images used in MATLAB, nonlinear transformation, histogram equalization, linear smoothing filter)
- 2012-05-22 20:24:19下载
- 积分:1
-
variable_Laplace2D
Heat Equation with variable coefficients. Solution of the heat equation using point gauss method
- 2013-08-05 21:34:02下载
- 积分:1
-
cart2geodv
Converts cartesian coordinates in WGS84_XYZ to geodetic coordinates in WGS84_LLA. Vectorized version.
- 2014-10-06 18:20:48下载
- 积分:1