-
altrmean
alpha trimmed mean filter for image
- 2015-02-20 18:05:21下载
- 积分:1
-
loss-friss-matlab.tar
Complete simulation in matlab of loss of a signal, diffraction, Friss, and measure of Fresnell zones
- 2010-07-27 23:13:06下载
- 积分:1
-
matlab
说明: 黄金分割法求极小值
功能:用黄金分割法求f(x)在区间[a,b]上的近似极小值。当且仅当f(x)在[a,b]上为单峰时次方法适用
(Golden section method for the minimum functions: golden section method used for f (x) in the interval [a, b] on the approximate minimum. If and only if f (x) in [a, b] for the single-peak method can be applied at times)
- 2008-11-25 12:37:49下载
- 积分:1
-
robustcontroltoolbook_matlab
robust control toolbook
- 2008-12-12 18:09:33下载
- 积分: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
-
matpower
matpower 中文说明书,对于学习MATLAB编写潮流程序和最优潮流的同学非常有用(matpower Chinese Manual, prepared for the trend of learning MATLAB and Optimal Power Flow program is very useful for students)
- 2010-05-27 19:04:33下载
- 积分:1
-
DIR2PAR
matlab工具函数 DIR2PAR 函数(Matlab tool function DIR2PAR function)
- 2012-05-22 20:23:58下载
- 积分:1
-
kalmanfilter11
说明: 卡尔曼滤波器的仿真模型图,非常好用,大家可以试一试(Simulation Model Chart of Kalman Filter)
- 2020-06-16 03:00:01下载
- 积分:1
-
svmTrain2
局部化的支持向量机(LSVR)训练内核函数(function for LSVR(localized support vector regression) training)
- 2010-09-19 20:31:00下载
- 积分:1
-
SOFM--in-Matlab
说明: SOFM网络及其在MATLAB中的实现.本文详细叙述了自组织映射网络的原理、算法及其在
Matlab中实现的工具箱,并结合实例给出了SOFM在Matlab上的实现方法,对于SOFM的现存问题和未来研究趋势作了分析和展望。
(This paper described the principle,the algorithm andthe toolbox in Matlab of Self-organizing Feature Map Neural Network detailedly,including a paradigm of SOFM implemented
in Matlab,analyzed the problem of SOFM at present and prospected its researching trend in the future.
)
- 2011-03-25 09:46:17下载
- 积分:1