Description: 本书介绍啦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 and Linux at the development of FORTRAN language MEX file Platform: |
Size: 12989440 |
Author:万青松 |
Hits:
Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。
本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version of the mixed language programming with other methods. Included in MATLAB in order to document the way in import, export data in Windows and Linux to develop C/C++ language MEX documents in Windows and Linux development FORTRAN language MEX documents in the use of MATLAB dynamic link library file in C/C++ Calling MATLAB language engine using MATLAB compiler, and how C/C++ programs compiled using the library function mcc in C++ program using the MATLAB Compiler COM components generated by COM. This book can serve as institutions of higher learning of the engineering profession of teaching reference books, scientific and technological workers is necessary for the majority of reference books. Platform: |
Size: 12986368 |
Author:马段 |
Hits:
Description: 这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" MATLAB and external program interface programming" with the source book, this book details MATLAB with C, C++, Excel, VB, Delphi, FORTRAN calls each method, allows us to provision of comprehensive utilization of traditional efficient way to implement the language and MATLAB function library powerful advantages, this book MEX and MAT files for, MATLAB engine, MATLAB C/C++ function library, Matcom have made a detailed introduction and examples, the book also introduced the final MATLAB serial interface. Platform: |
Size: 49152 |
Author:吴 |
Hits:
Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。
本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version and other languages mixed programming method. Included in MATLAB, on paper import and export data in Windows and Linux Development C/C++ language MEX files in Windows and Linux development FORTRAN language MEX files in MATLAB, using dynamic link library file in C/C++ language call the MATLAB engine using MATLAB compiler, and how C/C++ programs compiled using mcc library functions in C++ program using the MATLAB-COM compiler generated COM components. This book can serve as the engineering colleges and universities teaching reference books, the vast number of scientific and technological workers essential reference book. Platform: |
Size: 14916608 |
Author:称臣 |
Hits:
Description: 详细讲解了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 file applications, Fortran language MEX file applications, MAT file applications, etc. Platform: |
Size: 48268288 |
Author:byronlee |
Hits:
Description: 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, C++, and Fortran while working within the
Matlab environment. We will discuss C/MEX functions, which also applies directly to C++/MEX.
Fortran/MEX is quite dierent and we do not discuss it here. Platform: |
Size: 1909760 |
Author:don |
Hits:
Description: Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.-Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here. Platform: |
Size: 50176 |
Author:golinazi |
Hits:
Description: 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 automatically load and execute. Platform: |
Size: 1102848 |
Author:jacobjacobjacob17 |
Hits:
Description: 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. Platform: |
Size: 3072 |
Author:ESSC India |
Hits:
Description: 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. Platform: |
Size: 92160 |
Author:ahmed |
Hits:
Description: 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 Fortran while working within the Matlab environment. We will discuss C/MEX functions, which also applies directly to C++/MEX. Fortran/MEX is quite dierent and we do not discuss it here.-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 Fortran while working within the Matlab environment. We will discuss C/MEX functions, which also applies directly to C++/MEX. Fortran/MEX is quite dierent and we do not discuss it here. Platform: |
Size: 248832 |
Author:ahmed |
Hits: