-
prediction
Prédiction linéaire en matlab
- 2010-12-04 18:00:38下载
- 积分:1
-
n_pca
说明: 模式识别PCA(principle component analysis)源码.matlab 格式。PCA为经典而且经常使用的算法。(pattern recognition PCA (principle component analysis) source. Matlab format. PCA to the classic and often use the algorithm.)
- 2005-11-08 15:34:39下载
- 积分:1
-
Lyapunov_exponents
计算LYAPUNOV指数 计算LYAPUNOV指数 计算LYAPUNOV指数(LYAPUNOV index calculated LYAPUNOV Index Index LYAPUNOV)
- 2008-01-02 21:05:50下载
- 积分:1
-
msim
matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现(Matlab simulation annealing simple search process, with a few random arrays to achieve)
- 2007-03-27 10:51:02下载
- 积分:1
-
Ababoostdemo
ababoost级联分类器,通过一组弱分类器形成一个强分类器(cascade of classification)
- 2009-05-04 17:54:37下载
- 积分:1
-
matlab
数字图像频域滤波处理,分别进行二阶巴特沃斯(Butterworth)高通、低通滤波器。(Digital image processing frequency domain filtering, respectively second-order Butterworth (Butterworth) high pass, low pass filter.)
- 2013-07-10 18:46:01下载
- 积分:1
-
demodulation
matlab demudulation example
- 2009-12-11 00:52:05下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
liti123
采用matlab编程的立体程序,调试可用,里面有大量的实验图,可以自己实验(The three-dimensional program using matlab programming, debugging available, there are a large number of experimental diagram, can experiment)
- 2012-10-24 09:24:48下载
- 积分:1
-
SIMPSON1_3_matlabfa
Simpson integration method(1/3)
- 2013-12-05 03:21:56下载
- 积分:1