-
b3wc
Genetic and matlab programming
- 2009-03-22 00:33:56下载
- 积分:1
-
Matlab
介绍matlab在大气科学中如何应用,进而为大气科学服务(Introduction matlab how to apply, and then for Atmospheric Sciences Atmospheric Sciences)
- 2012-07-10 11:11:41下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
GMM
This file has the code for GMM classification technique
- 2013-12-05 16:48:16下载
- 积分:1
-
IRLS
稀疏算法中的迭代最小二乘算法的一个小示例(A Small Example of the Iterative Least Squares Algorithm in the Sparse Algorithm)
- 2017-01-10 16:11:28下载
- 积分:1
-
conv2p
用matlab实现的离散二维卷积处理图像(Matlab realize using discrete convolution of two-dimensional image processing)
- 2008-04-20 12:49:57下载
- 积分:1
-
time-series-about-matlab
混沌时间序列应用matlab的代码程序,挺有用的,可以看看(matlab time series)
- 2012-05-17 16:47:03下载
- 积分:1
-
dirrerent--ESPRIT-algorithm
多种esprit算法的对比仿真分析,通过对比,可以知道哪种算法最适合(Contrast variety esprit algorithm simulation analysis, by contrast, can know what the most appropriate algorithm)
- 2013-12-05 22:34:39下载
- 积分:1
-
BTSVM
基于孪生支持向量机的二叉树多分类 结合TSVM,依据类间距和类内距离构建二叉树的层次结构(TSVM MATLAB)
- 2021-04-08 16:59:00下载
- 积分:1
-
STBC
详细的写出来STBC在MATLAB中的应用(Write out in detail in the application of STBC in MATLAB)
- 2009-09-26 15:04:54下载
- 积分:1