-
GUI1212
陈垚光《精通MATLAB GUI设计》实例源代码
适用于MATLAB界面编程学习(Chen Yao light " Mastering MATLAB GUI design source code examples for learning in the MATLAB programming interface)
- 2012-06-17 16:55:07下载
- 积分:1
-
mfcc
mfcc特征提取的程序,程序还需要enframe和melbankm,会一起上传(mfcc feature extraction procedures, the program also needs enframe and melbankm, upload them together)
- 2013-08-22 16:59:01下载
- 积分:1
-
35db67efec54daima
支持向量机(SVM)实现的分类算法源码[matlab](svm to classify the source)
- 2015-04-13 14:50:34下载
- 积分:1
-
hsirar
数字图像处理,MATLAB语言,RGB转HSI(Digital Image Processing, MATLAB language, RGB to HSI)
- 2007-12-06 14:25:18下载
- 积分:1
-
ErrorEllipses
说明: 在地球科学中,误差分析非常实用,这里提供测地学常用的误差分析代码(Error Ellipses in Geodesy)
- 2009-07-29 15:22:09下载
- 积分:1
-
MATLAB-mathematical-experiment
说明: matlab入门,比较适合于初学者,有兴趣的可以参考下。(the introduction of matlab)
- 2011-02-28 11:15:47下载
- 积分:1
-
MATLAB-VB
着重探讨了在VB应用程序中集成MATLAB实现程序优化的四种方法,即利用MatrixVB、调用DLL动态链接库、应用Active自动化技术和动态数据交换技术,并分析了集成过程中的关键问题及其基本步骤。这种混合编程实现了VB的可视化界面与MATLAB强大的数值分析能力的结合。 (VB application integration MATLAB program optimization focused on four methods, namely the use of MatrixVB to call DLL dynamic link library, application Active automation technology and dynamic data exchange technology, and analyzes the key issues in the integration process and its basic steps. This hybrid programming to achieve a combination of powerful numerical analysis capabilities of the visual interface of the VB and MATLAB.)
- 2013-04-29 15:30:54下载
- 积分:1
-
envi_hdf5
hdf5数据的读取等功能,现有hdf多为hdf4,hdf5有自身的读取和操作程序,如针对风云数据等(Read other functions hdf5 data, the existing hdf mostly hdf4, hdf5 have read and operate their own programs, such as data, for FY)
- 2013-12-10 14:56:25下载
- 积分:1
-
Synopsis
A synopsis to the Online signature verification project files I have uploaded.
- 2015-04-04 18:39:44下载
- 积分: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