Transcription of Calling C and Fortran Programs from MATLAB
{{id}} {{{paragraph}}}
3 Calling C and Fortran Programs from MATLABA lthough MATLAB is a complete, self-contained environment for programming and manipulating data , it is often useful to interact with data and Programs external to the MATLAB environment. MATLAB provides an interface to external Programs written in the C and Fortran languages. Introducing MEX-Files (p. 3-2)Using MEX-files, mx routines, and mex routinesMATLAB data (p. 3-4) data types you can use in MEX-filesBuilding MEX-Files (p. 3-9)Compiling and linking your MEx-fileCustom Building MEX-Files (p. 3-18) Platform-specific instructions on custom buildingTroubleshooting (p. 3-28)Troubleshooting some of the more common problems you may encounterAdditional Information (p. 3-38)Files you should know about, example Programs , where to get help3 Calling C and Fortran Programs from MATLAB3-2 Introducing MEX-FilesYou can call your own C or Fortran subroutines from MATLAB as if they were built-in functions.
3 Calling C and Fortran Programs from MATLAB Although MATLAB is a complete, self-contained environment for programming and manipulating data, it is often useful to interact with data and programs external to the MATLAB environment.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}