Python Package Integration

Integrate compiled MATLAB® functions into Python® applications

Integrating compiled MATLAB functions into a Python application requires you to use a combination of APIs. MATLAB Compiler SDK™ uses APIs to initialize the MATLAB Runtime, load the compiled MATLAB functions into the MATLAB Runtime, and manage data that is passed between the Python code and the MATLAB Runtime. The compiler generates some of the APIs based on the signatures of the compiled functions. MATLAB Runtime provides other APIs that are consistent for all applications.

Functions

mwpython Start a Python session using a MATLAB Compiler SDK Python package on Mac OS X
Was this topic helpful?