All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| CallbackMatlabProxy |
Deprecated.
|
| CallbackMatlabProxy.MatlabCallback |
A callback that indicates either the invocation succeeding or an exception being raised.
|
| CallbackMatlabProxy.MatlabDataCallback<V> |
A callback that supplies the results of the invocation or the raised exception.
|
| DemoFrame |
A GUI example to demonstrate the main functionality of controlling MATLAB with matlabcontrol.
|
| DemoMain |
|
| LinkedOperations |
|
| Linker |
|
| LinkingException |
Issue linking a Java method to a MATLAB function.
|
| LoggingMatlabProxy |
Wraps around a MatlabProxy to provide a log of interactions.
|
| Matlab |
A partial stubbed out implementation of the Matlab class with the method's used by matlabcontrol.
|
| MatlabConnectionException |
Represents a failure to connect to MATLAB or make MATLAB available for a connection.
|
| MatlabDouble |
MATLAB double with real and imaginary components.
|
| MatlabDoubleArray<T> |
|
| MatlabDoubleMatrix<T> |
|
| MatlabFunction |
Information about a MATLAB function.
|
| 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> |
|
| MatlabInvocationException |
Represents a failure to invoke a method on the MATLAB session.
|
| MatlabLogicalMatrix<T> |
|
| MatlabNumericArray |
Acts as a MATLAB array of doubles.
|
| MatlabNumericArray.ArrayDimensionException |
Represents attempting to retrieve or manipulate a MATLAB array as the wrong dimension.
|
| MatlabNumericArray.DoubleArrayType<T> |
An array type of dimension 2 or greater which holds doubles.
|
| MatlabOperations |
Operations which interact with a session of MATLAB.
|
| MatlabProxy |
Communicates with a running MATLAB session.
|
| MatlabProxy.DisconnectionListener |
Listens for a proxy's disconnection from MATLAB.
|
| MatlabProxy.Identifier |
Uniquely identifies a proxy.
|
| MatlabProxy.MatlabThreadCallable<T> |
Uninterrupted block of computation performed in MATLAB.
|
| MatlabProxy.MatlabThreadProxy |
Operates on MATLAB's main thread without interruption.
|
| MatlabProxyFactory |
|
| MatlabProxyFactory.CopyPasteCallback |
A callback interface for receiving the commands which must be
copy-pasted into MATLAB to initiate a connection.
|
| MatlabProxyFactory.Request |
A request for a proxy.
|
| MatlabProxyFactory.RequestCallback |
Provides the requested proxy.
|
| MatlabProxyFactoryOptions |
Options that configure how a factory operates.
|
| MatlabProxyFactoryOptions.Builder |
|
| MatlabProxyLogger |
Deprecated.
|
| 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.
|
| MatlabRMIClassLoaderSpi |
Internal Use Only
This class must be public so that it can be created via reflection by RemoteClassLoader.
|
| MatlabSingle |
MATLAB single with real and imaginary components.
|
| MatlabSingleArray<T> |
|
| MatlabTypeConverter |
Converts between MATLAB and Java types.
|
| MatlabVariable |
Represents a variable in MATLAB.
|
| NativeMatlab |
A partial stubbed out implementation of the NativeMatlab class with the method's used by matlabcontrol.
|
| PermissiveSecurityManager |
A SecurityManager that always permits an action to take place.
|
| RemoteMain |
Launches the demo when running outside MATLAB.
|
| 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.
|