-
zuiyouhua.rar
最优化实验,用的是MATLAB,题目不是很难主要是练习用,学会对实际问题进行数学抽象。
掌握常用的最优化算法。
运用相关数学软件设计程序进行求解。
(optimization experiments, using the MATLAB, the main topic is not difficult to practice with. learn to practical issues abstract mathematics. Master of the most commonly used optimization algorithm. Related to the use of mathematical software for the design process.)
- 2007-06-16 17:36:44下载
- 积分:1
-
huitu
MATLAB中绘图代码,可以帮助初学者提高绘图能力,(MATLAB drawing code, can help beginners improve drawing ability)
- 2013-03-17 13:28:44下载
- 积分:1
-
meanShiftPixCluster
This is a good demo of showing how the mean shift idea works for image pixel clustering
- 2013-12-17 21:07:04下载
- 积分:1
-
DRP4_13p
solves 1d linear wave eq. by 4th order 13 point DRP scheme
- 2014-02-24 18:10:46下载
- 积分:1
-
xiaobo
很有用的对心电信号进行小波处理提取特征(n Very useful for ECG feature extraction using wavelet processing)
- 2021-05-07 17:40:35下载
- 积分:1
-
bpprogramming
说明: 这个程序根据训练好的网络文件ANN.mat预测新的数据文件,得到均方误差,并画出预测数据和原数据的对比图。此程序运用到了很多Matlab编程中常用到的表达方式,还有一些神经网络编程的基本概念的表达,如归一化的表达。希望能对大家有所帮助(This program the trained network file ANN.mat predict new data file, get the mean square error, and forecast data and the original data to draw the comparison chart. This procedure applied to a lot of Matlab programming to the expression commonly used, there are some basic concepts of neural network programming expression, as normalized expression. Hope you can help)
- 2010-04-16 20:56:48下载
- 积分:1
-
inversor
Inverter model of electric drive
- 2013-03-31 20:44:26下载
- 积分:1
-
MATLAB-for-maths
Matlab科学计算的源代码,非常全,所有的代码都自己亲手跑一边,保证你不会为工程数学问题发愁,赶紧行动吧(Matlab scientific computing source code, very full, all the code yourself running while the guarantee that you will not engineering mathematical problems to worry about, and quickly action)
- 2013-04-07 15:42:33下载
- 积分:1
-
fcm
通过模糊c-均值(FCM)聚类实现图像的分割。(Through the fuzzy c-means (FCM) clustering to achieve image segmentation.)
- 2009-05-04 17:28:47下载
- 积分:1
-
randgen2
randgen(mu,mu1,mu2,cov1,cov2,cov3) = Random generation of Gaussian Samples
in d-dimensions where d = 2
mu, mu1, mu2 = (x,y) coordinates(means) that the gaussian samples are centered around
cov1, cov2, cov3 are the covariance matrices and will vary changing the
shape of the distribution, example: cov = sigma^2*Identity Matrix, where sigma^2 = a scalar
N = the number of gaussian samples used are provided as user input,
A test set of N/2 and a training set of N/2 gaussian samples is also generated
Output is directed to the command window and a plot of the distributions are generated
- 2011-02-09 18:52:20下载
- 积分:1