搜索资源列表
用VC调用matlab的dll文件
- 用VC调用matlab的dll文件-VC call Matlab dll file
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
matlab编译成dll
- matlab提供了丰富的程序接口,除了matlab最初的版本是用fortran写的之外,后来的版本都是用C写的,因此matlab很容易和C/C++联合起来使用matlab提供了丰富的程序接口,除了matlab最初的版本是用fortran写的之外,后来的版本都是用C写的,因此matlab很容易和C/C++联合起来使用
CC_method.CC法,用于非线性时间序列中
- CC_method:CC法,用于非线性时间序列中,相空间重构,求取时间延迟tau及时间窗口tw。 本程序,本人于2008年12月1日,在matlab7.0上运行通过,可以得到CC_method的5个相关参数及图形,结果很好。 包括子程序: 1.CSCC_method:用lorenz系统来测试CC_method; 2.C_CMethod_inf:用于求延迟时间tau及时间窗口tw; 3.disjoint:用于将时间序列分解成t个不相交的时间序列; 4.reconstitution:用来
face-detection-designed-by-matlab
- 利用matlab实现人脸识别,将facefind函数生成.dll动态链接库,检测准确,可以检测到侧面图像,识别率95 以上。-Using matlab to achieve recognition, the facefind function generates. Dll the dynamic link library, testing is accurate, can detect the side of the image, recognition rate of 95 or more.
eyefinder(TOOLBOX).rar
- 用于人脸检测中的眼睛定位 用MATLAB编写 可运行,make sure that mp_eyefinderMex is the active project dll file will be added to the matlab file. setpath or move to the matlab file to run *note after matlab is ran you will need to clear out dll from matlab befo
FFT
- 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
RankBoost
- RankBoost算法实现,有dll文件。代码为matlab.-rankboost algorithm code implementation.
USB-Matlab
- USB HID With MatLab use Microchip d-USB HID With MatLab use Microchip dll
simulink_dll
- DLL simulink model. From file exchange of mathwork website!
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
Vc60_MATLAB7_DLL
- 介绍了vc++6.0调用matlab7 DLL的方法-Vc++6.0 introduced matlab7 DLL method calls
DLL_Src
- to make dll using matlab
MATLAB-SVM-Improvement
- 快速实现预测,SVM方法改进,混沌时间序列。注意:7.0版本以上SVM数据包qp.dll不能运行,需要改。-Rapid realization of prediction, SVM method to improve, chaotic time series. Note: The 7.0 version of the above packet qp.dll SVM can not run, needs to change.
001
- 因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算
MATLAB.dll_test
- 用vb调用matlab联合编程的示例,包含com接口及带参数的传递-Joint programming with vb call matlab example, contains com interface and the transmission parameters
Using Matlab code in C++
- 在C++中调用由MATLAB代码编译成的动态链接库(dll)的程序,我的环境是VS2010旗舰版+64位MATLAB R2014A,如要使用请参考说明文档。(Using MATLAB R2014A's dll in VS2010 Ultimate,if you real want to use this program ,please refer to documentation.)
MATLAB C# Book.pdf
- 本书主要讲述的在对时间并不是非常严苛的情况下,使用C# 调用Matlab的DLL动态库来实现高复杂性算法或者某些保密内容的实现。(This book is mainly about using C# to call Matlab DLL dynamic library to realize high complexity algorithm or some confidential content in the case that time is not very strict.)
精通Matlab与CC 混合程序设计光盘[第三版]
- This book is mainly about using C to call Matlab DLL dynamic library to realize high complexity algorithm or some confidential content in the case that time is not very strict.
dll
- matlab 程序 基于Householder的QR分解(Householder QR www.pudn.com/Download/upload.html)