-
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
-
MATLAB
matlab实现样条插值法,方便快捷实现各种拟合(matlab implementation spline interpolation method, to achieve a variety of quick and easy fitting)
- 2011-11-17 17:08:56下载
- 积分:1
-
camshiftmatlab
camshift算法matlab版,挺不错的源代码程序,有助于大家相互学习讨论(camshift algorithm matlab version, very good program source code to help everyone learn from each other to discuss)
- 2008-03-07 16:03:52下载
- 积分:1
-
gauss
应用Visual C++ 产生高斯噪声序列,可以加到任何信号上,以便进行其他处理。(Application of Visual C++ generated Gaussian noise sequence, can be added to any signal for other treatments.)
- 2010-07-30 22:00:02下载
- 积分:1
-
traffic-vcPP
Four versions of the simulation is available.
tsim.cpp
- Prints visual representation of the simulation
tsimd.cpp
- Prints Density versus output flow rate and average velocity
tsiml.cpp
- Prints Lane Change Probabiliy versus Output flow rate and Average velocity
- 2014-02-08 09:50:54下载
- 积分:1
-
VC_kalman-filter
kalman 滤波器,初学者的参考,最好先学习一下其推到过程(kalman filter, the reference for beginners, it is best to first learn about the process of pushing)
- 2011-11-24 16:54:33下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
20061211465359532
abc自己编的小程序,呵呵, 可别太认真哦(abc own small addendum to the procedures, what can be seriously oh Do not Consider Too)
- 2007-02-11 12:47:22下载
- 积分:1
-
2
说明: 是关于用matlab在单站无源定位中的仿真应用,通过一篇论文来详细说明(Is about using matlab simulation applications in a single station passive location through a paper to detail)
- 2014-01-05 17:20:50下载
- 积分:1
-
48TSP
说明: 48个城市的TSP遗传算法,开发环境C++,计算结果再结合matlab进行后处理显示(48 cities in the TSP algorithm, development environment, C++, matlab results combined with post-processing display)
- 2010-04-15 15:46:58下载
- 积分:1