-
TestUseMatlab
VC 中调用MATLAB
程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
(程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
)
- 2009-05-15 09:41:58下载
- 积分:1
-
DelayTime_MutualInformation
采用DelayTime_MutualInformation互信息法计算混沌时间序列的delaytime的Matlab原程序(used DelayTime_MutualInformation mutual information calculation mixed turbid time series delaytime Matlab original program)
- 2007-04-16 09:06:47下载
- 积分:1
-
n_pca
说明: 模式识别PCA(principle component analysis)源码.matlab 格式。PCA为经典而且经常使用的算法。(pattern recognition PCA (principle component analysis) source. Matlab format. PCA to the classic and often use the algorithm.)
- 2005-11-08 15:34:39下载
- 积分:1
-
numerical-analysis-and-matlab
数值分析与matlab实现,有代码,高教版(numerial analysis and the realization of matlab)
- 2013-04-03 20:27:43下载
- 积分:1
-
sfpc
cstr状态反馈预测控制模型
matlab中S函数建立(cstr state feedback model predictive control matlab function in the establishment of S)
- 2010-06-06 17:47:36下载
- 积分:1
-
yuyinjiangzao
该程序描述含噪语音信号的处理过程,MATLAB编程。(The program describes the noisy speech signal processing, MATLAB programming.)
- 2013-10-19 14:01:20下载
- 积分:1
-
11
说明: 采用五点差分格式解决椭圆问题,这里是3个详例。(Using a five-point difference scheme to solve elliptic problems, here are three detailed examples.)
- 2013-10-10 21:28:17下载
- 积分:1
-
linebuck
基于Buck调压的高频高压
除尘电源的研究
(Research on high-frequency high-voltage inverter power supply for electrostatic precipitator
based on Chopper
)
- 2012-11-02 16:04:14下载
- 积分:1
-
matlab_correlation_frequency_estimate_powerspectru
此MATLAB程序用于自相关函数的估计(包括直接法和FFT法),信号的频率估计(包括MUSIC, ROOTMUSIC,ESPRIT和MVDR)和功率谱的估计(包括LevinsonDurbin迭代法,BT法和周期图法),并附带相应的仿真图以便于对比(MATLAB for correlation estimate :direct and FFT transform frequency estimate of signals:MUSIC, ROOTMUSIC,ESPRIT和MVDR power spectrum estimate : LevinsonDurbin and BT,corresponding figures are accompanied to compare)
- 2020-11-22 21:29:34下载
- 积分:1
-
sift
SIFT特征(Scale-invariant feature transform,尺度不变特征转换)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量(SIFT features (Scale-invariant feature transform, scale-invariant feature transform) is a computer vision algorithm to detect and describe the image characteristics of the locality, it scales in space to find extreme points, and extract its location , scale, rotation invariant)
- 2011-09-09 14:07:33下载
- 积分:1