| Package | Description |
|---|---|
| com.mathworks.mps.client.internal | |
| com.mathworks.mps.client.rest |
RESTful API and Protocol Buffer Support
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseProducer.checkMLResultForErrors(MATLABResult.MATLAB_Result mlResult)
Analyze the MATLAB response and throw an exception if number of expected outputs based on
the function invocation arguments do not match the number of outputs received from MATLAB.
|
void |
ResponseProducer.checkMLResultForErrors(MATLABResult.MATLAB_Result mlResult)
Analyze the MATLAB response and throw an exception if number of expected outputs based on
the function invocation arguments do not match the number of outputs received from MATLAB.
|
Object |
ResponseBuilder.createMATLABResponse(MATLABResult.MATLAB_Result mlResult)
Convert a MATLABResult protobuf message into JAVA primitive types
|
Object |
ResponseProducer.createMATLABResponse(MATLABResult.MATLAB_Result mlResult)
Convert a MATLABResult protobuf message into JAVA primitive types
|
Object |
ResponseProducer.createMATLABResponse(MATLABResult.MATLAB_Result mlResult)
Convert a MATLABResult protobuf message into JAVA primitive types
|
Object |
ResponseBuilder.createMATLABResponse(MATLABResult.MATLAB_Result mlResult)
Convert a MATLABResult protobuf message into JAVA primitive types
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
MATLABResult.getResult()
Returns the result of the execution of a MATLAB function deployed on the MATLAB Production Server.
|
<T> T |
MATLABResult.getResult()
Returns the result of the execution of a MATLAB function deployed on the MATLAB Production Server.
|
Copyright © 2015–2021. All rights reserved.