To integrate a MATLAB® Compiler SDK™ Python® Package:
Install the compiled Python Package.
In consultation with the MATLAB programmer, agree on the MATLAB function signatures that comprise the services in the application.
Import the compiled Python package.
Write the Python code to initialize the MATLAB Runtime, and load the MATLAB code.
Create the required MATLAB data for function inputs and outputs.
Evaluate the MATLAB functions.
See Evaluate a Compiled MATLAB Function or Evaluate a Compiled MATLAB Function Asynchronously.
Terminate the MATLAB Runtime using the terminate()
function
of the generated package.