-
zuisuxiajiang
最速下降法,优化算法的一种,具有二次收敛性,若目标函数为二次正定函数,经有限步可达到极小点(Steepest descent method, an algorithm with quadratic convergence, if the objective function is quadratic positive definite function can be achieved by the finite step minima)
- 2010-12-26 22:11:32下载
- 积分:1
-
nonlineareq2
function g=nonlineareq(x)
Here is an example of nonlinear system that can be solved by using
the Matlab command "fsolve" written in the file called "solution.m"
- 2012-03-27 03:34:44下载
- 积分:1
-
yang
压缩感知 用于医学图像 卫星图像,是一种非常有效而且相当先进的技术(The Application of Compressed Sensing for Rapid MR Imaging )
- 2012-04-24 20:23:25下载
- 积分:1
-
conjugate_gradient_method
应用于机械最优化设计课程的无约束多维问题的牛顿法(Used in mechanical optimization design courses unconstrained multi-dimensional problem of Newton' s method)
- 2015-03-22 20:10:46下载
- 积分:1
-
white-gaussian--noise-denoise-from-pcg-signal-by-
this file denoise the pcg signal by wavelet and find the best wavelet who denoise the pcg signal
- 2014-02-21 21:47:47下载
- 积分:1
-
matlabfortsp
简单旅行商或货郎担问题的matlab程序实例主代码,具有易学易用的特点(Simple traveling salesman or a traveling salesman problem matlab program example main code, with easy to learn and easy to use)
- 2011-05-01 11:05:11下载
- 积分:1
-
optimization-fgoalattain
Matlab的fgoalattain解决悬置多目标解耦的非线性优化问题+实例(Nonlinear optimization problem of fgoalattain s Matlab to solve the problem of multi objective decoupling of suspension)
- 2021-03-24 14:29:14下载
- 积分:1
-
gmres-sample
matlab中广义最小残量法的m文件 包含arnoldi过程 和 gmres两部分 (matlab generalized minimum residual method m file contains arnoldi the process and gmres two parts)
- 2020-11-10 20:39:46下载
- 积分:1
-
VGC_classifier
Matlab code with GUI for identification of VGC signals (FAX, Voice, VFT etc.)
- 2013-12-27 17:21:51下载
- 积分:1
-
knnalgorithm
k最近邻算法,给出训练样本和测试样本,通过样本间欧氏距离或是绝对距离来寻找测试样本的k个近邻,并根据k个实例里多数所属的类将该测试样本归为该类。(k-nearest neighbor algorithm, given the training and testing samples by the Euclidean distance between the samples or the absolute distance to find the k nearest neighbors of the test sample and the test samples according to class k instances where the majority belongs classified as class .)
- 2015-03-27 16:21:54下载
- 积分:1