| Package | Description |
|---|---|
| com.mathworks.mps.client.rest |
RESTful API and Protocol Buffer Support
|
| Modifier and Type | Method and Description |
|---|---|
static MATLABParams |
MATLABParams.newInstance(int nargout,
Class targetType,
MWMarshalingRules mwMarshalingRules,
Object... inputs)
Creates a MATLABParams object.
|
static MATLABParams |
MATLABParams.newInstance(int nargout,
Class targetType,
Object... inputs)
Creates a MATLABParams object.
|
| Modifier and Type | Method and Description |
|---|---|
static MATLABResult |
MATLABResult.newInstance(MATLABParams matlabParams,
byte[] byteArray)
Creates a MATLABResult object after passing the required arguments.
|
static MATLABResult |
MATLABResult.newInstance(MATLABParams matlabParams,
InputStream inputStream)
Creates a MATLABResult object after passing the required arguments.
|
Copyright © 2015–2024. All rights reserved.