-
laplace
用matlab的LAPACE算子原理对图像进行了吧。是源图像更加的清晰。(Operators using matlab' s LAPACE principle of the image instead. Is the source image is more clear.)
- 2010-07-17 14:23:58下载
- 积分:1
-
MATLAB
This is MATLAB code used in my Embedded Control Systems class.
- 2013-01-06 10:23:42下载
- 积分:1
-
MatlabPlugin-Conversion
Introduction to convert matlab files into matlab plugin
- 2011-09-19 09:45:00下载
- 积分:1
-
tracking1
用于图像处理等等,在MATLAB中实现移动目标的检测与辨识。(Used in image processing and so on, is realized in MATLAB moving target detection and recognition.)
- 2013-11-18 22:33:31下载
- 积分:1
-
IMemberDelta
Charset_ISO_8859_10 extends Charset_AbstractTest.
- 2014-01-01 11:23:50下载
- 积分:1
-
MATLABbasis
该书介绍了Matlab的使用,其主要内容包括:MATLAB 入门及基本操作,数组、矩阵的使用及数据可视化方法,脚步文件及函数的编写,以及仿真、图形用户界面入门等。(The book describes the use of Matlab, and its main contents include: MATLAB Introduction and basic operation, array, matrix use and data visualization methods, the pace of preparation of documents and functions, as well as simulation, graphical user interface, such as entry.)
- 2007-10-24 11:27:07下载
- 积分:1
-
dist200
一种用于模糊分类的距离测量的小程序,在模糊分类的C均值分类中使用。(a fuzzy classification for the measurement of the distance between the small procedures, in a vague category C classification means used.)
- 2007-03-17 22:27:12下载
- 积分:1
-
EXTPRINCIPLE
The M-files that are in the folders "Operations," "Extension Principle," and "Plotting" are all keyed
into a specific chapter of the book Uncertain Rule-Based Fuzzy Logic Systems: Introduction and
New Directions, by Jerry M. Mendel, and published by Prentice-Hall, 2000.
There are also some miscellaneous M-files.
- 2013-12-19 15:51:32下载
- 积分: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
-
generating-random-Numbers
产生随机数的方法很多,很多软件自己就有产生随机数函数,本程序用的是乘同余法产生随机数,经对比,效果比matlab自带的要好。(Many methods of generating random Numbers, this procedure is by using congruence method generating random Numbers.)
- 2011-04-19 18:07:35下载
- 积分:1