Write a Test Client
Integration testing with the MATLAB® embedded server instance requires a client that calls the compiled MATLAB functions. The client can be coded using any of the MATLAB Production Server™ client APIs.
At a minimum, the client must:
Instantiate the client runtime.
Connect to the embedded server instance using the port specified in the Production Server Compiler app.
Call the functions being tested with appropriate data.
For information on writing client code, see:
Create MATLAB Production Server Java Client Using MWHttpClient Class (MATLAB Production Server)
Create a C# Client (MATLAB Production Server)
Create a Python Client (MATLAB Production Server)
Create a C++ Client (MATLAB Production Server)