Create a MATLAB Production Server Python Client

To create a MATLAB® Production Server™ client:

  1. Install the client run-time files.

    See Install the MATLAB Production Server Python Client

  2. In consultation with the MATLAB programmer, agree on the MATLAB function signatures that comprise the services in the application.

  3. Write the Python® code to instantiate a connection to a MATLAB Production Server instance.

    See Create Client Connection

  4. Create the required MATLAB data for function inputs and outputs.

    See MATLAB Arrays as Python Variables.

  5. Evaluate the MATLAB functions.

    See Invoke MATLAB Functions that Return a Single Output or Invoke MATLAB Functions that Return Multiple Outputs

  6. Close the client connection.

Was this topic helpful?