当前位置:
首页 资源下载
搜索资源 - matlab mex fortran
搜索资源列表
-
0下载:
本书介绍啦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
-
-
0下载:
这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" M
-
-
1下载:
基于mex的matlab-fortran混合编程,详细的步骤和样例-Mex-based hybrid of matlab-fortran programming, detailed steps and sample
-
-
0下载:
详细讲解了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
-
-
0下载:
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,
-
-
0下载:
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
-
-
0下载:
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.
-
-
0下载:
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.
-
-
0下载:
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
-