-
superDEA
超效率DEA剔除本身样本的MATLAB求解,只需更改输入输出,并能直接保存结果为Excel文件(Super Efficiency DEA reject MATLAB sample itself to solve, simply change the input and output, and can save the result as an Excel file directly)
- 2016-04-01 21:50:58下载
- 积分:1
-
gold_spread
在MATLAB上的基本扩频编码,并增加了自相关运算功能(MATLAB on the basic spreading code, increasing the autocorrelation function calculation)
- 2014-12-20 21:29:09下载
- 积分:1
-
Taup-reflectivity-modering
Taup域的反射法正演MATLAB程序,还不错,希望大家下去看看!(Taup domain reflectometry forward MATLAB program, well, I hope you go to see!)
- 2015-04-17 18:19:04下载
- 积分:1
-
Histogram-specification
图像处理MATLAB程序(教学使用)-图像灰度级修正(直方图规定化)(MATLAB image processing program (Teaching)- image gray level correction (histogram specification))
- 2014-01-02 14:10:52下载
- 积分:1
-
Matlab-source
精通MATLAB综合辅导与指南的配套磁盘程序,本书介绍了MATLAB一般原理和基本运算,重点介绍了MATLAB图形用户界面的结构和使用方法,包括二维、三维图形的控制、色彩的配置、用户专用界面的创建。(Proficient in MATLAB comprehensive guide to counseling and supporting disk procedures, this book introduces MATLAB general principles and basic computing, focuses on the MATLAB graphical user interface structure and the use of methods, including two-dimensional, three-dimensional graphics control, color configuration, user-specific interface to create.)
- 2007-08-16 14:29:00下载
- 积分:1
-
matlab
说明: 雷达回波信号消噪的仿真与实现,有详细程序并有注释。(Radar echo signal de-noising of the simulation and realization of)
- 2009-08-03 08:10:10下载
- 积分: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
-
PSCADuser
使用方法,以及一些模型的详细建模方法,方面大家学习交流哈哈(Usage pscad introduction)
- 2012-09-07 21:49:08下载
- 积分:1
-
KSVD
KSVD的matlab程序及应用实例,供参考学习。(Program of KSVD and application examples, reference for the study.)
- 2013-05-11 23:33:05下载
- 积分:1
-
jisuanqi_v2
功能较全面的计算器,除了简单的四则运算之外,还增加了三角函数、幂函数和对数函数,另外还增加了shift功能键,可以用来计算反三角函数。使用方法:使用前将.m和.fig文件放到matlab工作目录下(本人R2013放到bin文件夹下)(More comprehensive calculator function, in addition to simple arithmetic, but also increased the trigonometric, exponential function and logarithmic functions, in addition to increasing the shift function keys can be used to calculate the inverse trigonometric functions. Usage: Before using the m and fig files into the matlab working directory (I R2013 into bin folder))
- 2013-12-18 19:43:05下载
- 积分:1