MATLAB Compiler SDK™ provides Python methods to initialize the MATLAB Runtime, invoke compiled MATLAB functions, and manage data that is passed between the Python code and the MATLAB Runtime.
myDeployedModule.initialize | Initialize package and return a handle |
myDeployedModule.initialize_runtime | Initialize MATLAB Runtime with a list of startup options |
myDeployedModule.wait_for_figures_to_close | Wait for all graphical figures to close before continuing |
myDeployedModule.terminate | Close a package |
mwpython | Start a Python session using a MATLAB Compiler SDK Python package on Mac OS X |
Integrate MATLAB generated Python packages with Python applications
Import Compiled Python Packages
Import compiled Python packages containing MATLAB functions into Python
Install a MATLAB Compiler SDK Python Package
Install a Python package generated by MATLAB Compiler™
Initialize the MATLAB Runtime for use with Python applications
Example illustrating how to use MATLAB data types in a Python application
Invoke a Compiled MATLAB Function
Ways to invoke a compiled MATLAB function in Python
Invoke a Compiled MATLAB Function Asynchronously
Asynchronously invoke a compiled MATLAB function that uses the Python object
System Requirements for Integration with MATLAB Compiler SDK Python Packages
Supported Python versions for integration
Pass Data to MATLAB from Python
Representation of Python data types in MATLAB
MATLAB Arrays as Python Variables
Python representation of MATLAB data types
Handle Data Returned from MATLAB to Python
Representation of MATLAB data types in Python
Integrate Python Packages on Mac OS X
How to use the mwpython
script
to integrate Python packages on Mac OS X
Differences Between MATLAB Engine API for Python and MATLAB Compiler SDK
List differences between MATLAB Engine API for Python and MATLAB Compiler SDK for Python