-
MATLABbasics
matlab basic can be used any where
- 2009-11-18 09:31:32下载
- 积分:1
-
hht
中间包括好几个希尔伯特黄的算法,基于MATLAB软件下运行。有emd-visu,emd-separation,emd-sampling,emd-n,里面还有hht 其他的内容,完整,经过测试。做信息处理,Fourier 是个万金油。HHT的优势所在,HHT是一个超adaptive的方法。
- 2009-11-21 08:55:08下载
- 积分:1
-
alex
说明: matlab处理图像的一些基本方法。其中有一部分mex程序需要安装编译,请参考其中的文档(matlab image processing some of the basic method. Some of them need to install the compiler mex procedures, please refer to the documentation of which)
- 2008-11-26 22:28:33下载
- 积分:1
-
Desktop
Numerical analysis: Newton method used to solve the nonlinear problems.
- 2013-08-24 05:14:52下载
- 积分:1
-
主动声纳
说明: 在已知水域情况的水声探测作用距离于声频率的关系(The relationship between acoustic detection distance and acoustic frequency in known water area)
- 2020-11-12 16:29:43下载
- 积分:1
-
zweipunkt_regelung
simulink model of a two point control function
- 2011-06-13 00:53:23下载
- 积分:1
-
MATLAB6.0
MATLAB 数学手册复合版内容详尽 包括矩阵及其基本运算,特征值与二次型数值计算与数据分析 插值、拟合与查表 常微分方程数值解偏微分方程的数值解 符号运算积分变换Taylor级数 概率统计 随机数的产生 随机变量的概率密度计算 随机变量的累积概率值(分布函数值)正整数的频率表 4.6.2 经验累积分布函数图形 最小二乘拟合直线
绘制正态分布概率图形
绘制威布尔(Weibull)概率图形
样本数据的盒图
给当前图形加一条参考线
在当前图形中加入一条多项式曲线
样本的概率图 附加有正态密度曲线的直方图在指定的界线之间画正态密度曲 假设检验 方差分析 foptions函数 非线性规划问题 隶属函数 模糊推理结构FIS 绘图与图形处理 含有基本实例代码
(MATLAB math composite version of the manual includes a detailed matrix and the basic computing, quadratic eigenvalue with numerical analysis and data interpolation, fitting with the look-up table the numerical solution of ordinary differential equations numerical solution of partial differential equations symbols computing integral transforms Taylor class the number of probability and statistics of the generated random number of random variables the probability density of random variable cumulative probability values (distribution function value) positive integer frequency table 4.6.2 graphical experience distribution function least-squares fitting a straight line
Normal probability graph drawing
Drawing Weibull (Weibull) probability graph
Sample data box diagram
To add a reference to the current graphics line
In the current graph by adding a polynomial curve
Additional samples have the probability map is the histogram density of states curve at the specified)
- 2009-03-27 19:56:32下载
- 积分:1
-
Chapter7
基于MATLAB的应用与源代码以及m文件(基于MATLAB的应用与源代码)
- 2010-01-24 22:36:11下载
- 积分:1
-
gaussian_noise
产生两个均值为m,方差为sgma的高斯随机变量,当输入参数只有一个时,认为均值为0。(mean to have two m, sgma variance for the Gaussian random variables, when only one input parameters, that the mean of 0.)
- 2007-01-20 09:11:43下载
- 积分:1
-
Fcm
FCM Data set clustering using fuzzy c-means clustering.
[CENTER, U, OBJ_FCN] = FCM(DATA, N_CLUSTER) finds N_CLUSTER number of
clusters in the data set DATA. DATA is size M-by-N, where M is the number of
data points and N is the number of coordinates for each data point. The
coordinates for each cluster center are returned in the rows of the matrix
CENTER. The membership function matrix U contains the grade of membership of
each DATA point in each cluster. The values 0 and 1 indicate no membership
and full membership respectively. Grades between 0 and 1 indicate that the
data point has partial membership in a cluster. At each iteration, an
objective function is minimized to find the best location for the clusters
and its values are returned in OBJ_FCN.
- 2013-04-21 07:30:57下载
- 积分:1