搜索资源列表
matlab7.x
- 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
SpaceTimeTrellisCode
- 使用MATLAB 和C MEX编写的在4, 8, 16, 32, 64, 128, 或 256多状态下QBSK调制空时格码仿真源程序。
phd and matlab
- 本例利用C MEX及API文件实现matlab与PHD只见的通讯.能实现数据的存取。-MEX and C API documentation can be achieved with Matlab PHD seen communications. To achieve access to data.
利用vc和matlab混编,调试mex文件的方法
- 利用vc和matlab混编,调试mex文件的方法。附带VC详细操作步骤以及C++源程序,use VC and matlab to debug code
mex_matlab.rar
- 使用matlab调试C文件,mex相关操作。附带说明和源程序。,This code use matlab to debug the code which is writed by c.
Matlab_Support_Vector_Machine_Toolbox
- This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really wa
Mex
- MEX- Matalb executable helps is running c programs in matlab.
Source_Code_Of_Guide_To_MATLAB_Mix_Programming
- 这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" M
rwtwinxp
- The Rice Wavelet Toolbox (RWT) is a collection of Matlab M-files and C MEX-files for 1D and 2D wavelet and filter bank design, analysis, and processing. The toolbox provides tools for denoising and interfaces directly with our Matlab code for wavelet
TurboMex
- Convolutiona turbo codes that are used in LTE, DVB, and Mobile WiMAX. These files are C-MEX files for the Matlab Environment for speed reasons.
MexDemo
- 几个VC++源代码,使用C-MEX文件来实现VC++与MATLAB的混合编程。-Several VC++ source code, the use of C-MEX file to achieve the VC++ and MATLAB programming mixed.
mex
- matlab与c的联合编程的相关文,-matlab and c joint programming document
lap_cpp
- 线性分配算法的C++版本,在MATLAB调用mex命令编译后可以直接在MATLAB中运行,函数assianstment=lap(cost),cost为匹配的代价矩阵,assianstment为输出匹配矩阵-Linear assignment algorithm C++ version of the call in the MATLAB mex command can be compiled to run directly in the MATLAB function assianstment =
pmsm_simulink
- 基于C MEX S-函数永磁同步电机控制系统仿真建模研究-C MEX S-function based on permanent magnet synchronous motor control system simulation modeling
sfuntmpl_basic.c-matlab
- sfuntmpl_basic.c-这是matlab提供的c mex s函数模板-sfuntmpl_basic.c-This is a matlab function to provide a template of c mex s
C-MEX-S-function
- C MEX S-function的一般格式,用c语言形式编写-C MEX S-function of general form, the form of written language with c
C-language-and-MATLAB
- 实际系统地介绍了语言与MATLAB接口函数的编程方法。用实例详细地介绍了MATLAB中所供的数据类型在C-MEX函数中的编程方法。-Actual systematic introduction to the language with the MATLAB programming interface function. Described in detail with examples in MATLAB for the data types in C-MEX function of progr
MEX
- matlab与c混合编程MEX的几个示范程序-matlab and C mex
Writing-MATLAB-C-MEX-Code
- Writing MATLAB C-MEX Code
mex
- 使用matlab自带mex,实现C语言和matlab的数据交换(Using MATLAB to bring mex to realize data exchange between C language and MATLAB)