-
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
-
robustcontrolerdesign(baseonGA)
基于遗传算法的直升机鲁棒控制其设计,没有源代码,但是清楚的讲述了鲁棒控制器设计的原理。(helicopter robust controler design,base on GA)
- 2009-05-17 10:55:27下载
- 积分:1
-
MPPT
可以实现光伏电池带MPPT仿真以及附有m文件。(MPPT realize and with m file and simulizetion)
- 2020-06-30 09:00:02下载
- 积分:1
-
ceshi_Excel
使用matlab实现对excel文档的写操作,以写学生成绩报告为例(Use matlab to achieve excel document write operation to write the report as an example of student achievement)
- 2013-12-03 22:28:30下载
- 积分:1
-
ADRC
说明: 自抗扰控制器,线性自抗扰控制器的实现例程(active disturbance rejection control)
- 2020-06-26 13:04:56下载
- 积分:1
-
GPLAB
遗传规划matlab工具箱,可以大大提高编程的效率(Matlab genetic programming toolbox, you can greatly improve the efficiency of programming)
- 2007-07-17 15:59:44下载
- 积分:1
-
隐马尔科夫链的原理HMMall
详细介绍了隐马尔科夫链的原理和matlab代码实现,可以运行其中的demo了解hmm的工作原理(Detailed information on hidden Markov chain theory and the matlab code, you can run the demo to understand the working principle hmm)
- 2020-07-07 23:38:57下载
- 积分:1
-
registration
automatically register 2 images in matlab
- 2009-06-11 01:33:11下载
- 积分:1
-
FOChS
说明: matlab程序模拟微分方程。各种流行的系统显示混沌运动特征。(This toolbox contains the functions which can be used to simulate some of the well-known fractional order chaotic systems, such as:
- Chen s system,
- Arneodo s system,
- Genesio-Tesi s system,
- Lorenz s system,
- Newton-Leipnik s system,
- Rossler s system,
- Lotka-Volterra system,
- Duffing s system,
- Van der Pol s oscillator,
- Volta s system,
- Lu s system,
- Liu s system,
- Chua s systems,
- Financial system,
- 3 cells CNN.
The functions numerically compute a solution of the fractional nonlinear differential equations, which describe the chaotic system. Each function returns the state trajectory (attractor) for total simulation time. )
- 2010-05-01 03:35:42下载
- 积分:1
-
PIDInterfered
船舶航向PID控制的Simulink仿真,采用NOMOTO模型(ship course control base on PID )
- 2021-03-28 19:09:11下载
- 积分:1