To create a MATLAB® Production Server™ client:
Install the client run-time files.
In consultation with the MATLAB programmer, agree on the MATLAB function signatures that comprise the services in the application.
Write the Python® code to instantiate a connection to a MATLAB Production Server instance.
Create the required MATLAB data for function inputs and outputs.
Evaluate the MATLAB functions.
See Invoke MATLAB Functions that Return a Single Output or Invoke MATLAB Functions that Return Multiple Outputs
Close the client connection.