搜索资源列表
用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
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:用来
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
BPSK_QPSK_GF(2)
- BPSK_QPSK LDPC基于MATLAB编译码仿真程序-BPSK_QPSK LDPC
Mutual_Information
- 互信息法求混沌序列的最优时延 文件说明: 1、Mutual_Information_main.m 主文件,直接运行此程序即可 2、LorenzData.dll 产生Lorenz离散序列 3、Mutual_Information.dll 互信息函数 4、buffer.dll 缓存文件-Mutual information method for optimal time-delay chaotic sequence document describes: 1,
WiMAX_Test_4
- 本程序是对IEEE 802.16e物理层和链路层的仿真。 使用matlab的simulink仿真工具,先运行data.m产生仿真数据,再运行WiMAX_Test_4.dll进行仿真。-This program is the physical and link layer simulation of IEEE 802.16e. The simulation uses the simulink tool of MATLAB. First,run data.m to generate data,
kdtree
- 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
FullFaceDetector
- 基础的人脸检测程序,含有matlab程序,C语言程序及dll库。-simple face detector using C and matlab.
DLL_Src
- to make dll using matlab
MATLABTODLL.RAR
- 这是MATLAB 和 LABVIEW 混合编程方面的书籍 介绍了 MATLAB 脱离 MATLAB 环境运行。-this is a good code for that matlab to dll. welcome to download
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.
dllexample
- labview 调用MATLAB的DLL的例子 ,很有参考作用 -MATLAB calls the DLL labview examples of useful reference
vb_call_matlab_dll
- 使用MATLAB编写DLL的一些例子,然后用VB进行调用-vb_call_matlab_dll
MATLAB.dll_test
- 用vb调用matlab联合编程的示例,包含com接口及带参数的传递-Joint programming with vb call matlab example, contains com interface and the transmission parameters
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.
VS2015 与 Matlab2016b编译环境设置
- 64位编译,VS2015调用Matlab2016编译生成的DLL,搞定各种运行错误,调试错误。32位编译下,VC++(Visual studio)调用Matlab编译生成的DLL本来是一件很容易的事情,现在转到64位了,编译环境设置不当,程序无法调通。另外,参照别人的帖子copy代码,不仔细思考,容易出现各种运行报错。(VS2015 call the DLL by Matlab2016. Enviroment setting in the Visual studio 2015. Solve th