The MATLAB® Production Server™ Python client API enables
developers to evaluate MATLAB functions on remote servers. The
API lets you pass scalar values to a MATLAB function using native Python types.
When working with arrays, you need to use the MATLAB array types
provided in the matlab
package. For information
on using MATLAB arrays in Python, see MATLAB Arrays as Python Variables.
For an overview of how to create client programs, see Create a MATLAB Production Server Python Client.
For a complete example of a client implementation, see Create a Python Client.
matlab.production_server.client.MWHttpClient | Python object encapsulating a connection to a MATLAB Production Server instance |