MATLAB COMPILER RELEASE NOTES User's Guide Page 18

  • Download
  • Add to my manuals
  • Print
  • Page
    / 264
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 17
1 Introducing the MATLAB Compiler
1-8
Figure 1-1: Developing MEX-Files
MATLAB users who do not have the MATLAB Compilermust write the source
code for M EX-files in either Fortran or C. “External Interfaces/API” explains
the fundamentals of this process. To write MEX-files, you have to know how
MATLAB represents its supported data types and the MATLAB external
interface (i.e., the application program interface, or API.)
If you are comfortable writing M-files and have the MATLAB Compiler, then
you do not have to learn all the details involved in writing MEX-file source
code.
M-File
mcc -x
mex
C version of
M code
MEX Math Library
(libmatlbmx)
C MEX-File
Wrapper
MEX-File
Shaded block is user-written code.
Shadowed blocks are MathWorks
tools.
Unshaded blocks are MATLAB
Compiler-generated code.
Dotted block is C/C++
compiler-generated executable.
Page view 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 263 264

Comments to this Manuals

No comments