-
LunarCalendar
说明: 一个简单但是很有意思的代码。可以实现阳历和阴历的转换。并且能够查询阴历。(A simple but very interesting code. Can achieve the conversion solar and lunar calendars. And the ability to check the lunar calendar.)
- 2020-09-12 15:17:59下载
- 积分:1
-
gaosi
高斯白噪声下的仿真模型,有些参数还需要优化(Simulation model under Gaussian white noise)
- 2012-05-15 14:51:26下载
- 积分:1
-
jianbianfeng
渐变风模型,用MATLAB 仿真了渐变风的运行状态(The gradient wind model, MATLAB simulation of the gradient wind running state)
- 2015-01-05 17:15:32下载
- 积分:1
-
pgbm_v130618
采用点门限玻尔兹曼机实现对图像的自动特征提取以及特征选择。(Point-wise gated boltzmann machine was adopted to realize automatic feature extraction and feature selection of images.)
- 2014-01-04 19:40:56下载
- 积分:1
-
case1-oversampling
case1 oversamplingcase1 oversampling
- 2012-02-14 15:07:58下载
- 积分:1
-
A1
说明: MATLAB光学设计程序
MATLAB光学设计程序(Optical design program MATLAB)
- 2009-06-02 09:10:51下载
- 积分:1
-
11
说明: 熟悉MATLAB的命令窗口。掌握MATLAB一些基本操作,能进行一般的数值计算。实现语句的重调和修改 。
(Familiar with the MATLAB command window. MATLAB grasp some basic operations, to carry out general numerical calculation. Achieve reconciliation statement heavy modifications.)
- 2014-12-08 20:25:11下载
- 积分:1
-
_nurbs_
Matlab source code for nurbs curves
- 2011-12-21 19:07:14下载
- 积分:1
-
fatp
CODE SOURCE TSP ET ACO
- 2009-02-20 01:05:56下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1