A B C D E F G H I L M P R S T

G

getActualNumberOfDimensions() - Method in exception matlabcontrol.extensions.MatlabNumericArray.ArrayDimensionException
The actual number of dimensions the array has.
getArrayClass() - Method in class matlabcontrol.extensions.MatlabNumericArray.DoubleArrayType
The type of array.
getDimensions() - Method in class matlabcontrol.extensions.MatlabNumericArray.DoubleArrayType
The number of dimensions of the array type.
getDimensions() - Method in class matlabcontrol.extensions.MatlabNumericArray
The number of dimensions this array has.
getIdentifier() - Method in class matlabcontrol.extensions.MatlabProxyLogger
Deprecated. Delegates to the proxy; logs the interaction.
getIdentifier() - Method in class matlabcontrol.LoggingMatlabProxy
 
getIdentifier() - Method in class matlabcontrol.MatlabProxy
Returns the unique identifier for this proxy.
getImaginaryArray(MatlabNumericArray.DoubleArrayType<T>) - Method in class matlabcontrol.extensions.MatlabNumericArray
Returns a double array of type T that holds the imaginary values from the MATLAB array.
getImaginaryArray2D() - Method in class matlabcontrol.extensions.MatlabNumericArray
Equivalent to getImaginaryArray(DoubleArrayType.DIM_2).
getImaginaryArray3D() - Method in class matlabcontrol.extensions.MatlabNumericArray
Equivalent to getImaginaryArray(DoubleArrayType.DIM_3).
getImaginaryArray4D() - Method in class matlabcontrol.extensions.MatlabNumericArray
Equivalent to getImaginaryArray(DoubleArrayType.DIM_4).
getImaginaryValue(int) - Method in class matlabcontrol.extensions.MatlabNumericArray
Gets the imaginary value at linearIndex treating this array as the underlying one dimensional array.
getImaginaryValue(int...) - Method in class matlabcontrol.extensions.MatlabNumericArray
Gets the imaginary value at the specified indices.
getInstance(Class<T>) - Static method in class matlabcontrol.extensions.MatlabNumericArray.DoubleArrayType
Gets an instance of DoubleArrayType<T> where T is the type of arrayType.
getLength() - Method in class matlabcontrol.extensions.MatlabNumericArray
The length of the underlying linear array.
getLengths() - Method in class matlabcontrol.extensions.MatlabNumericArray
Returns the lengths of each dimension with respect to their index.
getNumericArray(String) - Method in class matlabcontrol.extensions.MatlabTypeConverter
Retrieves the MATLAB numeric array with the variable name arrayName.
getProxy() - Method in class matlabcontrol.MatlabProxyFactory
 
getProxyIdentifer() - Method in interface matlabcontrol.MatlabProxyFactory.Request
The identifier of the proxy associated with this request.
getRealArray(MatlabNumericArray.DoubleArrayType<T>) - Method in class matlabcontrol.extensions.MatlabNumericArray
Returns a double array of type T that holds the real values from the MATLAB array.
getRealArray2D() - Method in class matlabcontrol.extensions.MatlabNumericArray
Equivalent to getRealArray(DoubleArrayType.DIM_2).
getRealArray3D() - Method in class matlabcontrol.extensions.MatlabNumericArray
Equivalent to getRealArray(DoubleArrayType.DIM_3).
getRealArray4D() - Method in class matlabcontrol.extensions.MatlabNumericArray
Equivalent to getRealArray(DoubleArrayType.DIM_4).
getRealValue(int) - Method in class matlabcontrol.extensions.MatlabNumericArray
Gets the real value at linearIndex treating this array as the underlying one dimensional array.
getRealValue(int...) - Method in class matlabcontrol.extensions.MatlabNumericArray
Gets the real value at the specified indices.
getUsedNumberOfDimensions() - Method in exception matlabcontrol.extensions.MatlabNumericArray.ArrayDimensionException
The number of dimensions that were used when interacting with the array.
getVariable(CallbackMatlabProxy.MatlabDataCallback<Object>, String) - Method in class matlabcontrol.extensions.CallbackMatlabProxy
Deprecated. Delegates to the proxy, calling the callback when the proxy's corresponding method has completed.
getVariable(String) - Method in class matlabcontrol.extensions.MatlabProxyLogger
Deprecated. Delegates to the proxy; logs the interaction.
getVariable(String) - Method in class matlabcontrol.LoggingMatlabProxy
 
getVariable(String) - Method in interface matlabcontrol.MatlabOperations
Gets the value of variableName in MATLAB.

A B C D E F G H I L M P R S T