搜索资源列表
VC++中调用Matlab .m函数编译后的对应c函数
- vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的.m文件。-vc mixed with Matlab programming specific examples, vc call Matlab Compiler compiled. M documents.
VC调用matlab文件中的函数的实例的源代码
- 关于在VC中如何调用matlab中定义的.m文件中的函数的实例,这是源代码,有需要的朋友可以看看!-on how VC called defined in Matlab. M document examples of the function, which is the source code, we need to see friends!
ch13
- 基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件.-MATLAB-based speech recognition system procedures, including HMM, DTW, Record three Matlab M documents.
robot2
- 机器人的PD加前馈控制,在MATLAB的m文件中编程实现-robot PD increase feedforward control, in MATLAB m document Programming
AlgorithmdesignandsimulationforSINSbasedonMatlab.r
- 根据圆锥误差补偿算法和划船误差补偿算法的研究成果,考虑到实际捷联惯导算法 仿真程序编写的方便性,总结了一些与捷联惯导更新算法有关的函数的计算公式。对圆锥误 差补偿算法和捷联惯导算法进行了仿真,仿真结果和理论分析结论吻合。在附录中给出了 Matlab 的m 文件源程序代码,具有一定的参考价值。
newton_interpolation
- 一个牛顿插值的matlab的m文件
floyd.rar
- floyd算法Matlab的m文件,输出任意两点间的最短路径。,floyd算法Matlab的m文件,输出任意两点间的最短路径。
nspab
- 最新版计算三维HHT时频图的M文件,很有用-HHT the latest version of the calculation of three-dimensional time-frequency map M files, very useful
speecheddetect
- 本文件包含几个进行语音端点检测的小程序。运行时直接复制到matlab的m文件即可。经本人调试正确无误。-This document contains some of the voice activity detection applet. Directly copied to the run-time of the m file to matlab. After I debug correct.
Gui_scripter
- 由VB6.0 gui生成matlab的m文件,可由VB对象生成等价对应的matlab对象-Creates an M-File from a Visual Basic 6.0 Project GUI Interface
PID
- 带滤波器的PID程序 matlab的M文件-PID filter program with M-file matlab
m-p
- 这两个程序是MATLAB的M矩阵法,P矩阵法,其它的为测试文件。-M matrix method, the P-matrix method
chazhifangfa
- 插值方法,Matlab的M文件,进行插值计算-Interpolation method, Matlab M-file interpolation calculation
genetic-algorithm
- 遗传算法的简单例子,matlab的.m文件-genetic algorithm
matlab-you-hua
- 针对机械优化设计的matlab优化M文件集,非常有用-For optimization of mechanical optimization design matlab M-file set, very useful
GraphBetweennessCentrality
- matlab的m文件,用于计算复杂网络中的介数指标的算法。-betweenness Centrality
FXX_YXQX
- 非线性模型MPC追踪圆形曲线,这是matlab的m文件-Tracking of circular using MPC with Nulinear model
foa-svr
- 基于果蝇的算法优化支持向量回归的matlab程序,包括txt版本和matlab中m文件(Matlab algorithm based on fruit fly algorithm optimized support vector regression, including the txt version and Matlab m file)
nctoolbox-extended-master
- 提供使用matlab打开Grib2格式的m文件,该文件可以直接提取出Grib2中想要变量的数据(Provides M files that use matlab to open the Grib2 format. The file can extract data directly from the variables that you want in Grib2)
基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合
- 一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的m文件