public class MatlabTypeConverter extends Object
| Constructor and Description |
|---|
MatlabTypeConverter(MatlabProxy proxy)
Constructs the converter.
|
| Modifier and Type | Method and Description |
|---|---|
MatlabNumericArray |
getNumericArray(String arrayName)
Retrieves the MATLAB numeric array with the variable name
arrayName. |
void |
setNumericArray(String arrayName,
MatlabNumericArray array)
Stores the
array in MATLAB with the variable name arrayName. |
String |
toString()
Returns a brief description of this converter.
|
public MatlabTypeConverter(MatlabProxy proxy)
proxy - public MatlabNumericArray getNumericArray(String arrayName) throws MatlabInvocationException
arrayName.arrayName - MatlabInvocationException - if thrown by the proxypublic void setNumericArray(String arrayName, MatlabNumericArray array) throws MatlabInvocationException
array in MATLAB with the variable name arrayName.arrayName - the variable namearray - MatlabInvocationException - if thrown by the proxy