External Interfaces/API Reference |
 |
External Interfaces/API Reference
This section contains the MATLAB External Interfaces function reference pages. This includes reference pages for what was formerly called the MATLAB Application Program Interface, or API.
The reference pages in this section are grouped as:
- API Notes - contains general information on the
mex
script and the MATLAB array.
- C Engine Routines - describes the functions that allow you to call MATLAB from your own C programs.
- C MAT-File Routines - describes the functions that allow you to incorporate and use MATLAB data in your own C programs.
- C MEX-Functions - describes the functions that you use in your C MEX-files to perform operations back in the MATLAB environment.
- C MX-Functions - describes the array access and creation functions that you use in your C MEX-files to manipulate MATLAB arrays.
- Fortran Engine Routines - describes the functions that allow you to call MATLAB from your own Fortran programs.
- Fortran MAT-File Routines - describes the functions that allow you to incorporate and use MATLAB data in your own Fortran programs.
- Fortran MEX-Functions - describes the functions that you use in your Fortran MEX-files to perform operations back in the MATLAB environment.
- Fortran MX-Functions - describes the array access and creation functions that you use in your Fortran MEX-files to manipulate MATLAB arrays.
- Java Interface Functions - describes the functions that enable you to create and interact with Java classes and objects from MATLAB.
- ActiveX Functions - describes the functions that create ActiveX objects and manipulate their interfaces.
- DDE Functions - describes the Dynamic Data Exchange functions that enable MATLAB to access other Windows applications and vice versa.
- Serial Port I/O Functions - describes the functions that enable you to interact with devices connected to your computer's serial port.
| API Notes | |