| Class | Description |
|---|---|
| LinkedOperations | |
| Linker | |
| MatlabDouble |
MATLAB
double with real and imaginary components. |
| MatlabDoubleArray<T> | |
| MatlabDoubleMatrix<T> | |
| MatlabFunctionHandle | |
| MatlabInt16 |
MATLAB
int16 with real and imaginary components. |
| MatlabInt16Array<T> | |
| MatlabInt32 |
MATLAB
int32 with real and imaginary components. |
| MatlabInt32Array<T> | |
| MatlabInt64 |
MATLAB
int64 with real and imaginary components. |
| MatlabInt64Array<T> | |
| MatlabInt8 |
MATLAB
int8 with real and imaginary components. |
| MatlabInt8Array<T> | |
| MatlabLogicalMatrix<T> | |
| MatlabReturns |
MATLAB return containers.
|
| MatlabReturns.Return2<A,B> |
Container for two MATLAB return values.
|
| MatlabReturns.Return3<A,B,C> |
Container for three MATLAB return values.
|
| MatlabReturns.Return4<A,B,C,D> |
Container for four MATLAB return values.
|
| MatlabReturns.Return5<A,B,C,D,E> |
Container for five MATLAB return values.
|
| MatlabReturns.Return6<A,B,C,D,E,F> |
Container for six MATLAB return values.
|
| MatlabReturns.Return7<A,B,C,D,E,F,G> |
Container for seven MATLAB return values.
|
| MatlabReturns.Return8<A,B,C,D,E,F,G,H> |
Container for eight MATLAB return values.
|
| MatlabReturns.Return9<A,B,C,D,E,F,G,H,I> |
Container for nine MATLAB return values.
|
| MatlabSingle |
MATLAB
single with real and imaginary components. |
| MatlabSingleArray<T> | |
| MatlabVariable |
Represents a variable in MATLAB.
|
| Exception | Description |
|---|---|
| LinkingException |
Issue linking a Java method to a MATLAB function.
|
| UnassignableReturnException |
The type to be returned is not assignable to the return type.
|
| UnsupportedReturnException |
Thrown if a MATLAB type cannot be returned from MATLAB to Java because it is not supported.
|
| Annotation Type | Description |
|---|---|
| MatlabFunction |
Information about a MATLAB function.
|