-
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
-
new
自学matlab必备的程序,适合于新手练习,保证能成为Matlab高手(Necessary self-study of the matlab program)
- 2013-04-19 09:46:48下载
- 积分:1
-
car_sim
说明: 本代码用于仿真车辆在两条单向三车道道路上移动的情形,考虑到了加速度,超车,背景流量等(This code is used to simulate the movement of vehicles on two one-way three-lane roads, taking into account acceleration, overtaking, background traffic and so on)
- 2021-03-18 20:49:19下载
- 积分:1
-
lvbotexing
天线相位中置技术(DCPA)在正侧面时的滤波特性(Antenna phase center positive side of the filter characteristics)
- 2012-04-14 21:53:44下载
- 积分:1
-
Matlab
matlab三维点云重建网格建立实例编程教程,对反求的很有用(Matlab 3 d point clouds reconstruction grid establish instance programming tutorial, the reverse is very useful
)
- 2013-02-23 14:53:40下载
- 积分:1
-
pc
说明: 光子晶体带隙计算的例子,以前在3.5版本模型库里面有,但是4.2里面么了,希望对大家有所帮助。(Photonic band gap calculation example, the previous 3.5 version of the model library in there, but what a 4.2 inside, we want to help.)
- 2011-10-20 22:25:11下载
- 积分:1
-
rayleigh-channel-QPSK
本程序是QPSK信号在瑞利衰落信道下的仿真,已经过本人验证,适合初学者(This procedure is QPSK signal simulation in Rayleigh fading channel, I have been verified, suitable for beginners)
- 2013-12-17 16:59:01下载
- 积分:1
-
Finite_time_Sim
群集行为是多智能体系统研究中的一个重要问题,其主要任务是给出多个智能体基于局部信息实现群集行为的条件,本文针对信息交换拓扑保持连通性的群集行为展开研究,主要内容如下(Swarming behavior is an important problem in the research of multi-agent system, its main task is to give a local agent information to realize the swarm behavior based on the condition, according to the topology preserving connectivity of the cluster behavior information exchange, the main contents are as follows)
- 2017-08-09 15:32:20下载
- 积分:1
-
immune
这是一个用MATLAB编的免疫克隆算法优化函数的程序,免疫克隆算法是一种比较新的有效的优化算法,近两年对他的研究很多。(Artificial Immune)
- 2009-05-05 21:50:18下载
- 积分:1
-
CHMM
解决了连续马尔科夫模型训练、观测向量概率计算、输出参数估计问题,需安装HMM工具包(CHMM model,trianing and estimation)
- 2014-09-01 14:40:50下载
- 积分:1