Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
MEX file
Type of C/C++ or FORTRAN source code in MATLAB scripts

A MEX file is a type of computer file that provides an interface between MATLAB or Octave and functions written in C, C++ or Fortran. It stands for "MATLAB executable".

When compiled, MEX files are dynamically loaded and allow external functions to be invoked from within MATLAB or Octave as if they were built-in functions.

To support the development of MEX files, both MATLAB and Octave offer external interface functions that facilitate the transfer of data between MEX files and the workspace. In addition to MEX files, Octave has its format using its native API, with better performance.

We don't have any images related to MEX file yet.
We don't have any YouTube videos related to MEX file yet.
We don't have any PDF documents related to MEX file yet.
We don't have any Books related to MEX file yet.
We don't have any archived web articles related to MEX file yet.

References

  1. "Mex-Files (GNU Octave (Version 5.2.0))". https://www.gnu.org/software/octave/doc/interpreter/Mex_002dFiles.html