搜索资源列表
EasyMATLAB7_XHybridProgramming
- 本书介绍啦MATLAB 7.X版本与其他语言混合编程的方法,内容包含在MATLAB中以文件导入,导出数据,在Windows和Linux开发FORTRAN语言MEX文件-You introduce the book MATLAB 7.X version and other languages mixed programming methods, contents included in MATLAB in order to document import, export data, Windows
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
MEX_and_compiler
- 基于mex的matlab-fortran混合编程,详细的步骤和样例-Mex-based hybrid of matlab-fortran programming, detailed steps and sample
MATLAB-interface
- 详细讲解了MATLAB的外部接口应用以及相应接口函数的使用方法。主要介绍了mxArray结构、C语言MEX文件应用、Fortran语言MEX文件应用、MAT文件应用-Explain in detail the application of MATLAB' s external interface and the corresponding interface function is used. Introduces the mxArray structure, C Language MEX
XtremeArticleRewriter
- It is possible to compile C, C++, or Fortran code so that it is callable from Matlab. This kind of program is called a Matlab Executable (MEX) external interface function, or more brie y a \MEX- function." MEX enables the high performance of C,
apiextMATLAB6p1
- You can call your own C or Fortran subroutines from MATLAB as if they were built-in functions. MATLAB callable C and Fortran programs are referred to as MEX-files. MEX-files are dynamically linked subroutines that the MATLAB interpreter can
MEX
- A simple demonstartion for running fortran 90 code a matlab interface using mex.-A simple demonstartion for running fortran 90 code a matlab interface using mex.
C-matlab
- Main reasons to write a MEX-file are: 1. To use pre-existing C/C++ or Fortran routines in Matlab without having to recode them. 2. Increase speed: most effective on loops.
cmex
- It is possible to compile C, C++, or Fortran code so that it is callable Matlab. This kind of program is called a Matlab Executable (MEX) external interface function, or more briey a \MEX- function. MEX enables the high performance of C, C++, and For