Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

AbstractMWArrayVisitor<T> - Class in com.mathworks.toolbox.javabuilder.remoting
 
AbstractMWArrayVisitor() - Constructor for class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
apply(MWComponentOptions) - Method in interface com.mathworks.toolbox.javabuilder.MWComponentOption
Apply this option to the given options set (MWComponentOptions).
apply(MWComponentOptions) - Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
Invoke options.setExtractLocation( this ).
apply(MWComponentOptions) - Method in class com.mathworks.toolbox.javabuilder.MWCtfSource
Invoke options.setCtfSource( this ).
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWArray
 
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
 
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
 
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
 
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
 
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
 
applyVisitor(AbstractMWArrayVisitor<T>) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
 
asList() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Provide a java.util.List interface to the cell array.

B

BasicRemoteFactory - Class in com.mathworks.toolbox.javabuilder.remoting
Implementation of RemoteFactory interface.
BasicRemoteFactory(Class<? extends Disposable>, Class<? extends Remote>, boolean) - Constructor for class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
Creates a new BasicRemoteFactory that produces remote proxy objects with the given interface and implementation.

C

CELL - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: cell
CHAR - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: char
classID() - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns the MATLAB type of this array.
classID() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns the MATLAB type of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method creates and returns a deep copy of the MWArray object.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Creates and returns a deep copy of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
Creates and returns a deep copy of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Creates and returns a deep copy of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example: Cloning (deep copying) an array
clone() - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Creates and returns a deep copy of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Creates and returns a deep copy of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Creates and returns a deep copy of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Creates and returns a deep copy of this array.
clone() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Creates and returns a deep copy of this array.
columnIndex() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns an array containing the column index of each element in the underlying MATLAB array.
columnIndex() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
columnIndex() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
columnIndex() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
com.mathworks.extern.java - package com.mathworks.extern.java
This package provides classes that represent MATLAB struct and cell array datatypes.
com.mathworks.toolbox.javabuilder - package com.mathworks.toolbox.javabuilder
This package provides classes that define the rules for data conversion between Java and the MATLAB programming environment.
com.mathworks.toolbox.javabuilder.remoting - package com.mathworks.toolbox.javabuilder.remoting
Contains utilities for exporting MATLAB components over RMI.
compareTo(Object) - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method compares the MWArray object with the input object.
compareTo(Object) - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
compareTo(Object) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
compareTo(Object) - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
COMPLEX - Static variable in class com.mathworks.toolbox.javabuilder.MWComplexity
Array type: complex
complexity() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the complexity of this array.

D

defaultVisit(MWArray) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
Disposable - Interface in com.mathworks.toolbox.javabuilder
The Disposable interface is implemented by all classes that contain native resources that need to be freed.
dispose() - Method in interface com.mathworks.toolbox.javabuilder.Disposable
Frees native resources that have been allocated by this class.
dispose() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method destroys the native MATLAB array contained by the array object and frees the memory occupied by the array.
dispose() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Frees the native MATLAB array contained by this array.
disposeArray(Object) - Static method in class com.mathworks.toolbox.javabuilder.MWArray
This method destroys any native MATLAB arrays contained in the input object and frees the memory occupied by them.
DisposeListener - Interface in com.mathworks.toolbox.javabuilder.remoting
Listener interface for remote proxy objects.
DOUBLE - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: double

E

EMPTY_ARRAY - Static variable in class com.mathworks.toolbox.javabuilder.MWArray
 
equals(Object) - Method in class com.mathworks.extern.java.MWArray
This method returns true if the object matches the one passed in.
equals(Object) - Method in class com.mathworks.extern.java.MWCellArray
Returns true if the input Object is of type MWCellArray and has equal elements.
equals(Object) - Method in class com.mathworks.extern.java.MWStructArray
Returns true if the input Object is of type MWStructArray and has same field names.
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method indicates the MWArray object is equal to the input object.
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWClassID
Indicates whether some other MWClassID is equal to this one.
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
 
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
 
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
 
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Indicates whether some other array is equal to this one.
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Indicates whether some other array is equal to this one.
equals(Object) - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Indicates whether some other array is equal to this one.
exportCells() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Export the cells to a java.util.List of Java native type array objects.
EXTRACT_TO_CACHE - Static variable in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
EXTRACT_TO_COMPONENT_DIR - Static variable in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
extraJARFiles(String) - Static method in class com.mathworks.toolbox.javabuilder.MWMCROption
 

F

fieldIndex(String) - Method in class com.mathworks.extern.java.MWStructArray
Returns the 0-based index for a field name
fieldIndex(String) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
 
fieldNames() - Method in class com.mathworks.extern.java.MWStructArray
Returns the field names in this array.
fieldNames() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns the field names in this array.
flatArray - Variable in class com.mathworks.extern.java.MWArray
 
fromBean(Object) - Static method in class com.mathworks.extern.java.MWStructArray
Convert a Java bean into MWStructArray
fromBean(Object) - Static method in class com.mathworks.toolbox.javabuilder.MWStructArray
 
fromMap(Map<String, Object>) - Static method in class com.mathworks.extern.java.MWStructArray
Convert java.util.Map to MWStructArray
fromMap(Map<String, Object>) - Static method in class com.mathworks.toolbox.javabuilder.MWStructArray
 
fromProperties(Properties) - Static method in class com.mathworks.extern.java.MWStructArray
Convert a java.util.Properties into MWStructArray
fromProperties(Properties) - Static method in class com.mathworks.toolbox.javabuilder.MWStructArray
 
FUNCTION - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: function

Note: MATLAB function arrays are not supported in the current release.

G

get(int) - Method in class com.mathworks.extern.java.MWArray
Returns the element at the specified 1-based offset in this array.
get(int[]) - Method in class com.mathworks.extern.java.MWArray
Returns the element at the specified 1-based index-array in this array.
get(int[]) - Method in class com.mathworks.extern.java.MWStructArray
Returns the element at the specified 1-based index-array in this array.
get(String, int) - Method in class com.mathworks.extern.java.MWStructArray
Returns the element at the specified 1-based offset and field name in this array.
get(String, int[]) - Method in class com.mathworks.extern.java.MWStructArray
Returns the element at the specified 1-based index-array and field name in this array.
get(int) - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns the element at the specified 1-based offset in this array.
get(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns the element at the specified 1-based index-array in this array.
get(int) - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Returns the element at the specified 1-based offset in this array.
get(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Returns the element at the specified 1-based index-array in this array.
get(int) - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
get(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
get() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example: Get information about a referenced object
get(int) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
get(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
get(int) - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
get(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
get(int) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns the string at the specified 1-based offset.
get(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns the string at the specified indices .
get(int) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns the element at the specified 1-based offset in this array.
get(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns the element at the specified 1-based index-array in this array.
get(String, int[]) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns the element at the specified 1-based index-array and field name in this array.
get(String, int) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns the element at the specified 1-based offset and field name in this array.
get() - Method in class com.mathworks.toolbox.javabuilder.remoting.NativeArrayContainer
 
getBoolean(int) - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Returns the boolean at the specified 1-based offset.
getBoolean(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Returns the boolean at the specified 1-based index-array.
getByte() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return this array as a scalar byte.
getByte(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based offset as a byte value.
getByte(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based index-array as a byte value.
getByteData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of Java types matching the primitive type byte.
getCell(int) - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Returns a shared copy of the element at the specified 1-based offset in this array as an MWArray instance.
getCell(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Returns a shared copy of the element at the specified 1-based index-array in this array as an MWArray instance.
getChar(int) - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
Returns the character at the specified 1-based offset.
getChar(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
Returns the character at the specified 1-based index-array.
getCtfSource() - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
From where should CTF data be read?
getData() - Method in class com.mathworks.extern.java.MWArray
Returns a 1-D array containing a copy of the data in the underlying MATLAB array.
getData() - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns a 1-D array containing a copy of the data in the underlying MATLAB array.
getData() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Returns a 1-D array containing a copy of the data in the underlying MATLAB array.
getData() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
getData() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
getData() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
getData() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns a 1-D string array containing a copy of the data in the underlying MATLAB array.
getData() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns a 1-D array containing a copy of the data in the underlying MATLAB array.
getDefaultErrorStream() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
The current late-bound PrintStream for MATLAB Runtime error text.
getDefaultOutputStream() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
The current late-bound PrintStream for MATLAB Runtime output text.
getDimensions() - Method in class com.mathworks.extern.java.MWArray
Returns an array containing the size of each dimension of this array.
getDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns an array containing the size of each dimension of this array.
getDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
getDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
getDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
getDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns an array containing the size of each dimension of this array.
getDimsStr() - Method in class com.mathworks.extern.java.MWArray
 
getDouble() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return this array as a scalar double.
getDouble(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based offset as a double value.
getDouble(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based index-array as a double value.
getDoubleData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of Java types matching the primitive type double.
getEps() - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns MATLAB's concept of eps.
getErrorStream() - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
The Callable<PrintStream> which, when called, produces the PrintStream object to which error output from MATLAB code should be written.
getExecutionContext() - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
The MATLAB Runtime instance to be used for execution of MATLAB code by components initialized using this.
getExtractLocation() - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
To where should extracted CTF data be written?
getExtractLocation() - Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
getField(int) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns the element at the specified 1-based offset in this array as an MWArray instance.
getField(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns a shared copy of the element at the specified 1-based index-array in this array as an MWArray instance.
getField(String, int[]) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns a shared copy of the element at the specified 1-based index-array and field name in this array as an MWArray instance.
getField(String, int) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns a shared copy of the element at the specified 1-based offset and field name in this array as an MWArray instance.
getFloat() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return this array as a scalar float.
getFloat(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based offset as a float value.
getFloat(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based index-array as a float value.
getFloatData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of Java types matching the primitive type float.
getImag(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based offset in this array.
getImag(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based index-array in this array.
getImagByte() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return imaginary component of this array as a scalar byte.
getImagByte(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based offset as a byte value.
getImagByte(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based index-array as a byte value.
getImagByteData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of imaginary elements of the Java primitive type byte.
getImagData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns a 1-D array containing a copy of the imaginary data in the underlying MATLAB array.
getImagDouble() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return imaginary component of this array as a scalar double.
getImagDouble(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based offset as a double value.
getImagDouble(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based index-array as a double value.
getImagDoubleData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of imaginary elements of the Java primitive type double.
getImagFloat() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return imaginary component of this array as a scalar float.
getImagFloat(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based offset as a float value.
getImagFloat(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based index-array as a float value.
getImagFloatData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of imaginary elements of the Java primitive type float.
getImagInt() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return imaginary component of this array as a scalar int.
getImagInt(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based offset as an int value.
getImagInt(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based index-array as an int value.
getImagIntData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of imaginary elements of the Java primitive type int.
getImagLong() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return imaginary component of this array as a scalar long.
getImagLong(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based offset as a long value.
getImagLong(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based index-array as a long value.
getImagLongData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of imaginary elements of the Java primitive type long.
getImagShort() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return imaginary component of this array as a scalar short.
getImagShort(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based offset as a short value.
getImagShort(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the imaginary part at the specified 1-based index-array as a short value.
getImagShortData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of imaginary elements of the Java primitive type short.
getInf() - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns MATLAB's concept of Inf.
getInt() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return this array as a scalar int.
getInt(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based offset as an int value.
getInt(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based index-array as an int value.
getIntData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of Java types matching the primitive type int.
getLong() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return this array as a scalar long.
getLong(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based offset as a long value.
getLong(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based index-array as a long value.
getLongData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of Java types matching the primitive type long.
getMaxValidIndex() - Method in class com.mathworks.extern.java.MWArray
 
getMCRLogfileName() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
Function to get the logfile name used by MATLAB Runtime
getNaN() - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns MATLAB's concept of NaN.
getOneBasedIndexForArray(int[]) - Method in class com.mathworks.extern.java.MWArray
 
getPrintStream() - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
The Callable<PrintStream> which, when called, produces the PrintStream object to which standard output from MATLAB code should be written.
getShort() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Return this array as a scalar short.
getShort(int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based offset as a short value.
getShort(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns the real part at the specified 1-based index-array as a short value.
getShortData() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
This method returns a one-dimensional array of Java types matching the primitive type short.
getSize() - Method in class com.mathworks.toolbox.javabuilder.MWClassID
Returns the size in bytes of an array element of this type.
getStub() - Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
 

H

hashCode() - Method in class com.mathworks.extern.java.MWArray
This method returns a hash of the object.
hashCode() - Method in class com.mathworks.extern.java.MWStructArray
This method returns a hash of the object.
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns a hash code value for the MWArray object.
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWClassID
Returns a hash code value for the type.
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
 
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
 
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
 
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Returns a hash code value for this array.
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Returns a hash code value for this array.
hashCode() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Returns a hash code value for this array.

I

Images - Class in com.mathworks.toolbox.javabuilder
Utility methods for manipulating MWArrays that contain image data.
Images() - Constructor for class com.mathworks.toolbox.javabuilder.Images
 
initialize(MWMCROption...) - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
Initializes the global state of MATLAB Runtime
initializeApplication(MWMCROption...) - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
Deprecated.
use initialize instead.
initNativeArray(int) - Method in class com.mathworks.extern.java.MWArray
 
INT16 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: int16
INT32 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: int32
INT64 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: int64
INT8 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: int8
isEmpty() - Method in class com.mathworks.extern.java.MWArray
This method returns true if the array object contains no elements, and false otherwise.
isEmpty() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns true if the array object contains no elements, and false otherwise.
isEmpty() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
isEmpty() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
isEmpty() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
isFinite(double) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Test for finiteness in a machine-independent manner.
isInf(double) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Test for infinity in a machine-independent manner.
isMCRInitialized() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
Function to query whether MATLAB Runtime has been initialized
isMCRJVMEnabled() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
Function to check whether MATLAB Runtime has been initialized with JVM
isMCRNoDisplaySet() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
Function to check whether MATLAB Runtime has been initialized with display set
IsMissingElement(int) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Checks if the element at the specified 1-based offset of this array has the value "missing".
IsMissingElement(int[]) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Checks if the element at the specified indices of this array has the value "missing".
isNaN(double) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Test for NaN in a machine-independent manner.
isNumeric() - Method in class com.mathworks.toolbox.javabuilder.MWClassID
Tests if this type is numeric.
isSparse() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns true if the MWArray object is sparse, and false otherwise.
isSparse() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
isSparse() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
isSparse() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 

L

logFile(String) - Static method in class com.mathworks.toolbox.javabuilder.MWMCROption
This function should be used to initialize the -logfile with the filename passed as input
LOGICAL - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: logical

M

maximumNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns the allocated capacity of a sparse array.
maximumNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Returns the allocated capacity of a sparse array.
maximumNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Returns the allocated capacity of a sparse array.
maximumNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Returns the allocated capacity of a sparse array.
maximumNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns the allocated capacity of a array.
MWApplication - Class in com.mathworks.toolbox.javabuilder
The MWApplication class can be used to initialize the global state of MATLAB Runtime.
MWApplication() - Constructor for class com.mathworks.toolbox.javabuilder.MWApplication
 
MWArray - Class in com.mathworks.extern.java
The MWArray class is the base class for native struct and cell MATLAB array types.
MWArray() - Constructor for class com.mathworks.extern.java.MWArray
 
MWArray(int, int) - Constructor for class com.mathworks.extern.java.MWArray
 
MWArray(int[]) - Constructor for class com.mathworks.extern.java.MWArray
 
MWArray - Class in com.mathworks.toolbox.javabuilder
The MWArray class is the base class for all MATLAB array types.
MWArray() - Constructor for class com.mathworks.toolbox.javabuilder.MWArray
 
MWArrayVisitor<T> - Interface in com.mathworks.toolbox.javabuilder.remoting
 
MWCellArray - Class in com.mathworks.extern.java
The MWCellArray class manages a native MATLAB cell array.
MWCellArray() - Constructor for class com.mathworks.extern.java.MWCellArray
Creates an empty cell array.
MWCellArray(int, int) - Constructor for class com.mathworks.extern.java.MWCellArray
Constructs a new cell matrix with the specified number of rows and columns.
MWCellArray(int[]) - Constructor for class com.mathworks.extern.java.MWCellArray
Constructs a new cell array with the specified dimensions.
MWCellArray - Class in com.mathworks.toolbox.javabuilder
The MWCellArray class manages a native MATLAB cell array.
MWCellArray() - Constructor for class com.mathworks.toolbox.javabuilder.MWCellArray
Creates an empty cell array.
MWCellArray(int[]) - Constructor for class com.mathworks.toolbox.javabuilder.MWCellArray
Constructs a new cell array with the specified dimensions.
MWCellArray(int, int) - Constructor for class com.mathworks.toolbox.javabuilder.MWCellArray
Constructs a new cell matrix with the specified number of rows and columns.
MWCharArray - Class in com.mathworks.toolbox.javabuilder
The MWCharArray class manages a native MATLAB char array.
MWCharArray() - Constructor for class com.mathworks.toolbox.javabuilder.MWCharArray
Creates an Empty char array.
MWCharArray(char) - Constructor for class com.mathworks.toolbox.javabuilder.MWCharArray
Constructs a new char array that represents the primitive char argument.
MWCharArray(Object) - Constructor for class com.mathworks.toolbox.javabuilder.MWCharArray
Constructs a char array that represents the Object argument.
MWClassID - Class in com.mathworks.toolbox.javabuilder
The MWClassID class enumerates all MATLAB array types.
MWComplexity - Class in com.mathworks.toolbox.javabuilder
The MWComplexity class enumerates the MATLAB real/complex array property.
MWComponentOption - Interface in com.mathworks.toolbox.javabuilder
An option that can be applied to a component initialization option set (MWComponentOptions).
MWComponentOptions - Class in com.mathworks.toolbox.javabuilder
Options per component instance.
MWComponentOptions() - Constructor for class com.mathworks.toolbox.javabuilder.MWComponentOptions
Create default option set for deployed component initialization.
MWComponentOptions(Object...) - Constructor for class com.mathworks.toolbox.javabuilder.MWComponentOptions
Create an option set with all of the specified component initialization options applied to it.
MWComponentOptions(MWComponentOptions) - Constructor for class com.mathworks.toolbox.javabuilder.MWComponentOptions
Create a clone of that.
MWCtfClassLoaderSource - Class in com.mathworks.toolbox.javabuilder
CTF from class loader source.
MWCtfClassLoaderSource(Class) - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
 
MWCtfDirectorySource - Class in com.mathworks.toolbox.javabuilder
CTF from directory where CTF file is located.
MWCtfDirectorySource(String) - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
 
MWCtfExtractLocation - Class in com.mathworks.toolbox.javabuilder
This class is used to represent the location to which the CTF will be extracted.
MWCtfExtractLocation(File) - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
MWCtfExtractLocation(String) - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
MWCtfFileSource - Class in com.mathworks.toolbox.javabuilder
CTF from file source.
MWCtfFileSource(File) - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfFileSource
 
MWCtfSource - Class in com.mathworks.toolbox.javabuilder
Interface for CTF source objects.
MWCtfSource() - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfSource
 
MWCtfStreamSource - Class in com.mathworks.toolbox.javabuilder
CTF from InputStream source.
MWCtfStreamSource(InputStream) - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfStreamSource
 
MWException - Exception in com.mathworks.toolbox.javabuilder
The MWException class is used to raise an exception during a method call on a MATLAB compiler generated object.
MWException() - Constructor for exception com.mathworks.toolbox.javabuilder.MWException
Creates a new instance of MWException with a default detail message.
MWException(String) - Constructor for exception com.mathworks.toolbox.javabuilder.MWException
Constructs an instance of MWException with the specified detail message.
MWException(String, String[], int) - Constructor for exception com.mathworks.toolbox.javabuilder.MWException
Constructs an instance of MWException with the specified message and stack trace strings.
MWFunctionHandle - Class in com.mathworks.toolbox.javabuilder
The MWFunctionHandle class represents a MATLAB function handle.
MWJavaObjectRef - Class in com.mathworks.toolbox.javabuilder
MWJavaObjectRef, a special subclass of MWArray, can be used to create a MATLAB array that references a Java object.
MWJavaObjectRef(Object) - Constructor for class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example: Instantiate a new Builder component object:
MWLogicalArray - Class in com.mathworks.toolbox.javabuilder
The MWLogicalArray class manages a native MATLAB logical array.
MWLogicalArray() - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Creates an empty logical array.
MWLogicalArray(boolean) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a new scalar logical array that represents the primitive boolean argument.
MWLogicalArray(double) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a new scalar logical array that represents the primitive double argument.
MWLogicalArray(float) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a new scalar logical array that represents the primitive float argument.
MWLogicalArray(byte) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a new scalar logical array that represents the primitive byte argument.
MWLogicalArray(short) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a new scalar logical array that represents the primitive short argument.
MWLogicalArray(int) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a new scalar logical array that represents the primitive int argument.
MWLogicalArray(long) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a new scalar logical array that represents the primitive long argument.
MWLogicalArray(Object) - Constructor for class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a logical array that represents the Object argument.
MWMatrixRef - Class in com.mathworks.toolbox.javabuilder
The MWMatrixRef class represents a MATLAB Matrix Reference.
MWMCROption - Class in com.mathworks.toolbox.javabuilder
This class represents the options that can be passed while initializing the MATLAB Runtime
MWMCROption() - Constructor for class com.mathworks.toolbox.javabuilder.MWMCROption
 
MWNumericArray - Class in com.mathworks.toolbox.javabuilder
The MWNumericArray class is the base class for all numeric MATLAB array types.
MWNumericArray() - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Creates an empty MWNumericArray of type MWClassID.DOUBLE.
MWNumericArray(MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Creates an empty MWNumericArray of the specified type.
MWNumericArray(double, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar array that represents the primitive double argument.
MWNumericArray(double) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar array of type MWClassID.DOUBLE that represents the primitive double argument.
MWNumericArray(double, double, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar array that represents the primitive double arguments.
MWNumericArray(double, double) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar array of type MWClassID.DOUBLE that represents the primitive double arguments.
MWNumericArray(float, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array that represents the primitive float argument.
MWNumericArray(float) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array of type MWClassID.SINGLE that represents the primitive float argument.
MWNumericArray(float, float, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array that represents the primitive float arguments.
MWNumericArray(float, float) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array of type MWClassID.SINGLE that represents the primitive float arguments.
MWNumericArray(byte, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array that represents the primitive byte argument.
MWNumericArray(byte) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array of type MWClassID.INT8 that represents the primitive byte argument.
MWNumericArray(byte, byte, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array that represents the primitive byte arguments.
MWNumericArray(byte, byte) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array of type MWClassID.INT8 that represents the primitive byte arguments.
MWNumericArray(int, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array that represents the primitive int argument.
MWNumericArray(int) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array of type MWClassID.INT32 that represents the primitive int argument.
MWNumericArray(int, int, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array that represents the primitive int arguments.
MWNumericArray(int, int) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array of type MWClassID.INT32 that represents the primitive int arguments.
MWNumericArray(short, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array that represents the primitive short argument.
MWNumericArray(short) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array of type MWClassID.INT16 that represents the primitive short argument.
MWNumericArray(short, short, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array that represents the primitive short arguments.
MWNumericArray(short, short) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex scalar numeric array of type MWClassID.INT16 that represents the primitive short arguments.
MWNumericArray(long) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array of type MWClassID.INT64 that represents the primitive long argument.
MWNumericArray(long, long, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex numeric double array that represents the primitive long arguments.
MWNumericArray(long, long) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex numeric double array of type MWClassID.INT64 that represents the primitive long arguments.
MWNumericArray(boolean, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real scalar numeric array that represents the primitive boolean argument.
MWNumericArray(boolean, boolean, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex numeric double array that represents the primitive boolean arguments.
MWNumericArray(Object, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real numeric array that represents the Object argument.
MWNumericArray(Object, Object, MWClassID) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex numeric array that represents the Object arguments.
MWNumericArray(Object) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real numeric array that represents the Object argument using default conversion rules.
MWNumericArray(Object, Object) - Constructor for class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex numeric array that represents the Object arguments using default conversion rules.
MWStringArray - Class in com.mathworks.toolbox.javabuilder
The MWStringArray class manages a native MATLAB string array.
MWStringArray() - Constructor for class com.mathworks.toolbox.javabuilder.MWStringArray
Creates an empty string array.
MWStringArray(int[]) - Constructor for class com.mathworks.toolbox.javabuilder.MWStringArray
Creates an n-dimentional string array with all elements in default value.
MWStringArray(String) - Constructor for class com.mathworks.toolbox.javabuilder.MWStringArray
Creates a one-element string array that represents the java string argument.
MWStringArray(String[]) - Constructor for class com.mathworks.toolbox.javabuilder.MWStringArray
Creates a string array that represents the java String[] argument.
MWStructArray - Class in com.mathworks.extern.java
The MWStructArray class manages a native MATLAB struct array.
MWStructArray() - Constructor for class com.mathworks.extern.java.MWStructArray
Creates an empty struct array.
MWStructArray(int, int, String[]) - Constructor for class com.mathworks.extern.java.MWStructArray
Constructs a new struct matrix with the specified number of rows and columns and field names.
MWStructArray(int[], String[]) - Constructor for class com.mathworks.extern.java.MWStructArray
Constructs a new struct array with the specified dimensions and field names.
MWStructArray - Class in com.mathworks.toolbox.javabuilder
The MWStructArray class manages a native MATLAB struct array.
MWStructArray() - Constructor for class com.mathworks.toolbox.javabuilder.MWStructArray
Creates an empty struct array.
MWStructArray(int[], String[]) - Constructor for class com.mathworks.toolbox.javabuilder.MWStructArray
Constructs a new struct array with the specified dimensions and field names.
MWStructArray(int, int, String[]) - Constructor for class com.mathworks.toolbox.javabuilder.MWStructArray
Constructs a new struct matrix with the specified number of rows and columns and field names.

N

NativeArrayContainer - Class in com.mathworks.toolbox.javabuilder.remoting
The NativeArrayContainer class is used as a helper in our RemoteProxy infrastructure to ensure that automatically created MWArrays being returned through the proxy get disposed of properly.
newInstance(int[]) - Static method in class com.mathworks.toolbox.javabuilder.MWCharArray
Constructs a char array with the specified dimensions.
newInstance(int[], Object) - Static method in class com.mathworks.toolbox.javabuilder.MWCharArray
Constructs a char array with the specified dimensions and initializes the array with the supplied data.
newInstance(int[]) - Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a logical array with the specified dimensions.
newInstance(int[], Object) - Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a logical array with the specified dimensions and initializes the array with the supplied data.
newInstance(int[], MWClassID, MWComplexity) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a numeric array with the specified dimensions and complexity.
newInstance(int[], Object, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real numeric array with the specified dimensions and initializes the array with the supplied data.
newInstance(int[], Object, Object, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex numeric array with the specified dimensions and initializes the array with the supplied data.
newInstance(int[]) - Static method in class com.mathworks.toolbox.javabuilder.MWStringArray
Constructs a string array with the specified dimensions.
newInstance(Object...) - Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
 
newInstance(Object...) - Method in interface com.mathworks.toolbox.javabuilder.remoting.RemoteFactory
Create a new object on the remote server.
newProxyFor(Object, Class<T>, boolean) - Static method in class com.mathworks.toolbox.javabuilder.remoting.RemoteProxy
Generates and exports a new remote proxy object that delegates all method calls to impl.
newProxyFor(Object, Class<T>, boolean, DisposeListener) - Static method in class com.mathworks.toolbox.javabuilder.remoting.RemoteProxy
Generates and exports a new remote proxy object that delegates all method calls to impl.
newProxyFor(Object, Class<T>, boolean, DisposeListener, int, TimeUnit) - Static method in class com.mathworks.toolbox.javabuilder.remoting.RemoteProxy
Generates and exports a new remote proxy object that delegates all method calls to impl.
newSparse(int[], int[], Object, int, int, int) - Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a sparse logical matrix with the specified number of rows and columns, maximum nonzero elements, and initializes the array with the supplied data.
newSparse(int[], int[], Object, int, int) - Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a sparse logical matrix with the specified number of rows and columns, and initializes the array with the supplied data.
newSparse(int[], int[], Object) - Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a sparse logical matrix with the number of rows = max{rowindex(k)} and the number of columns = max{colindex(k)}, and initializes the array with the supplied data.
newSparse(int, int, int) - Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a sparse logical matrix with no nonzero elements.
newSparse(Object) - Static method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Constructs a sparse logical matrix from the supplied full matrix.
newSparse(int[], int[], Object, int, int, int, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real sparse numeric matrix with the specified number of rows and columns, maximum nonzero elements, and initializes the array with the supplied data.
newSparse(int[], int[], Object, int, int, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real sparse numeric matrix with the specified number of rows and columns, and initializes the array with the supplied data.
newSparse(int[], int[], Object, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real sparse numeric matrix with the number of rows = max{rowindex(k)} and the number of columns = max{colindex(k)}, and initializes the array with the supplied data.
newSparse(Object, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a real sparse numeric matrix from the supplied full matrix.
newSparse(int[], int[], Object, Object, int, int, int, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex sparse numeric matrix with the specified number of rows and columns, maximum nonzero elements, and initializes the array with the supplied data.
newSparse(int[], int[], Object, Object, int, int, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex sparse numeric matrix with the specified number of rows and columns, and initializes the array with the supplied data.
newSparse(int[], int[], Object, Object, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex sparse numeric matrix with the number of rows = max{rowindex(k)} and the number of columns = max{colindex(k)}, and initializes the array with the supplied data.
newSparse(Object, Object, MWClassID) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a complex sparse numeric matrix from the supplied full matrices.
newSparse(int, int, int, MWClassID, MWComplexity) - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Constructs a sparse numeric matrix with no nonzero elements.
NODISPLAY - Static variable in class com.mathworks.toolbox.javabuilder.MWMCROption
This represents the -nodisplay option for MATLAB Runtime.
NOJVM - Static variable in class com.mathworks.toolbox.javabuilder.MWMCROption
This represents the -nojvm option for MATLAB Runtime.
NONE - Static variable in class com.mathworks.toolbox.javabuilder.MWCtfSource
 
notifyDisposed(Remote) - Method in interface com.mathworks.toolbox.javabuilder.remoting.DisposeListener
Receive dispose notification.
numberOfDimensions() - Method in class com.mathworks.extern.java.MWArray
Returns the number of dimensions of this array.
numberOfDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns the number of dimensions of this array.
numberOfDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
numberOfDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
numberOfDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
numberOfDimensions() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns the number of dimensions of this array.
numberOfElements() - Method in class com.mathworks.extern.java.MWArray
Returns the total number of elements in this array.
numberOfElements() - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns the total number of elements in this array.
numberOfElements() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Returns the total number of elements in this array.
numberOfElements() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Returns the total number of elements in this array.
numberOfElements() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Returns the total number of elements in this array.
numberOfElements() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns the number of elements of this array.
numberOfFields() - Method in class com.mathworks.extern.java.MWStructArray
 
numberOfFields() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
 
numberOfNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns the number of nonzero elements in a sparse array.
numberOfNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Returns the number of non-zero elements in a sparse array.
numberOfNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Returns the number of non-zero elements in a sparse array.
numberOfNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Returns the number of non-zero elements in a sparse array.
numberOfNonZeros() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns the number of non-zero elements in a array.

O

OBJECT - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: object

Note: MATLAB object arrays are not supported in the current release.
OPAQUE - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: opaque
open(String) - Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
 
open(String) - Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
 
open(String) - Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
 
open(String) - Method in class com.mathworks.toolbox.javabuilder.MWCtfSource
 
open(String) - Method in class com.mathworks.toolbox.javabuilder.MWCtfStreamSource
 
OUTPROC - Static variable in class com.mathworks.toolbox.javabuilder.MWMCROption
 

P

printStackTrace() - Method in exception com.mathworks.toolbox.javabuilder.MWException
Prints the stack trace.
printStackTrace(PrintStream) - Method in exception com.mathworks.toolbox.javabuilder.MWException
Prints the stack trace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception com.mathworks.toolbox.javabuilder.MWException
Prints the stack trace to the specified PrintStream.

R

readResolve() - Method in class com.mathworks.toolbox.javabuilder.MWClassID
Called during serialization.
readResolve() - Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
REAL - Static variable in class com.mathworks.toolbox.javabuilder.MWComplexity
Array type: real
RemoteFactory<T extends java.rmi.Remote> - Interface in com.mathworks.toolbox.javabuilder.remoting
Remote interface to remote proxy object factory.
RemoteProxy - Class in com.mathworks.toolbox.javabuilder.remoting
Dynamically generated remote proxy to a local object.
renderArrayData(MWNumericArray) - Static method in class com.mathworks.toolbox.javabuilder.Images
Create a RenderedImage from the data in the given MWNumericArray.
rowIndex() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns an array containing the row index of each element in the underlying MATLAB array.
rowIndex() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
rowIndex() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
rowIndex() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 

S

set(int, Object) - Method in class com.mathworks.extern.java.MWArray
Replaces the element at the specified 1-based offset in this array with the specified element.
set(int[], Object) - Method in class com.mathworks.extern.java.MWArray
Replaces the element at the specified 1-based index-array in this array with the specified element.
set(int[], Object) - Method in class com.mathworks.extern.java.MWStructArray
Replaces the element at the specified 1-based index-array in this array with the specified element.
set(String, int, Object) - Method in class com.mathworks.extern.java.MWStructArray
Replaces the element at the specified 1-based offset and field name in this array with the specified element.
set(String, int[], Object) - Method in class com.mathworks.extern.java.MWStructArray
Replaces the element at the specified 1-based index-array and field name in this array with the specified element.
set(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWArray
Replaces the element at the specified 1-based offset in this array with the specified element.
set(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWArray
Replaces the element at the specified 1-based index-array in this array with the specified element.
set(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Replaces the element at the specified 1-based offset in this array with the specified element.
set(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Replaces the element at the specified 1-based index-array in this array with the specified element.
set(int, char) - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
Replaces the character at the specified 1-based offset in this array with the specified char value.
set(int[], char) - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
Replaces the character at the specified 1-based index-array in this array with the specified char value.
set(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
set(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
set(Object) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example: Setting an array to specified values
set(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
set(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
set(int, boolean) - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Replaces the element at the specified 1-based offset in this array with the specified boolean value.
set(int[], boolean) - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Replaces the element at the specified 1-based index-array in this array with the specified boolean value.
set(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
set(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
set(int, double) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based offset in this array with the specified double value.
set(int, float) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based offset in this array with the specified float value.
set(int, byte) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based offset in this array with the specified byte value.
set(int, int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based offset in this array with the specified int value.
set(int, short) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based offset in this array with the specified short value.
set(int, long) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based offset in this array with the specified long value.
set(int[], double) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based index-array in this array with the specified double value.
set(int[], float) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based index-array in this array with the specified float value.
set(int[], byte) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based index-array in this array with the specified byte value.
set(int[], int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based index-array in this array with the specified int value.
set(int[], short) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based index-array in this array with the specified short value.
set(int[], long) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the real part at the specified 1-based index-array in this array with the specified long value.
set(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Replaces the string at the specified 1-based offset in this array with the specified string value.
set(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Replaces the string at the specified indices in this array with the specified string value.
set(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Replaces the element at the specified 1-based offset in this array with the specified element.
set(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Replaces the element at the specified 1-based index-array in this array with the specified element.
set(String, int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Replaces the element at the specified 1-based index-array and field name in this array with the specified element.
set(String, int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Replaces the element at the specified 1-based offset and field name in this array with the specified element.
setCtfSource(MWCtfSource) - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
Set the source for reading CTF data.
setData(Object) - Method in class com.mathworks.toolbox.javabuilder.MWArray
 
setData(Object) - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
setData(Object) - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
 
setData(Object) - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
setData(Object) - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Sets the elements of this array in column-major order until the input strings are all consumed or all elements of this array are updated, whichever comes first.
setErrorStream(PrintStream) - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
Set the destination for error output written by MATLAB code in the scope of all component instances initialized using this.
setErrorStream(Callable<PrintStream>) - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
Set the destination for error output written by MATLAB code in the scope of all component instances initialized using this.
setExecutionContext(MWMCR) - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
Set the MATLAB Runtime instance to be used for execution of MATLAB code by components initialized using this.
setExtractLocation(MWCtfExtractLocation) - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
Set where CTF data should be written.
setImag(int, Object) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based offset in this array with the specified element.
setImag(int, double) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based offset in this array with the specified double value.
setImag(int, float) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based offset in this array with the specified float value.
setImag(int, byte) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based offset in this array with the specified byte value.
setImag(int, int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based offset in this array with the specified int value.
setImag(int, short) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based offset in this array with the specified short value.
setImag(int, long) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based offset in this array with the specified long value.
setImag(int[], Object) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based index-array in this array with the specified element.
setImag(int[], double) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based index-array in this array with the specified double value.
setImag(int[], float) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based index-array in this array with the specified float value.
setImag(int[], byte) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based index-array in this array with the specified byte value.
setImag(int[], int) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based index-array in this array with the specified int value.
setImag(int[], short) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based index-array in this array with the specified short value.
setImag(int[], long) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Replaces the imaginary part at the specified 1-based index-array in this array with the specified long value.
setImagData(Object) - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Initializes imaginary component of MATLAB array data.
setMaxValidIndex(int) - Method in class com.mathworks.extern.java.MWArray
 
setPrintStream(PrintStream) - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
Set the destination for standard output written by MATLAB code in the scope of all component instances initialized using this.
setPrintStream(Callable<PrintStream>) - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
Set the destination for standard output written by MATLAB code in the scope of all component instances initialized using this.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method creates and returns a shared copy of the array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Creates and returns a shared copy of this array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
Creates and returns a shared copy of this array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Creates and returns a shared copy of this array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example: Creating a shared copy of an array
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
Creates and returns a shared copy of this array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Creates and returns a shared copy of this array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Creates and returns a shared copy of this array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Creates and returns a shared copy of this array.
sharedCopy() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Creates and returns a shared copy of this array.
shutdown() - Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
 
shutdownNow() - Method in class com.mathworks.toolbox.javabuilder.remoting.BasicRemoteFactory
 
SINGLE - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: single
STRING - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: string
STRUCT - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: struct

T

terminate() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
Terminates usage of the MATLAB Runtime.
toArray() - Method in class com.mathworks.toolbox.javabuilder.MWArray
Returns an array containing a copy of the data in the underlying MATLAB array.
toArray() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Returns an array containing a copy of the data in the underlying MATLAB array.
toArray() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
 
toArray() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Returns an array containing a copy of the data in the underlying MATLAB array.
toArray() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
 
toArray() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns a 1-D string array containing a copy of the data in the underlying MATLAB array.
toArray() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Returns an array containing a copy of the data in the underlying MATLAB array.
toByteArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of elements of the Java primitive type byte.
toDoubleArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of elements of the Java primitive type double.
toFloatArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of elements of the Java primitive type float.
toImagArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array containing a copy of the imaginary data in the underlying MATLAB array.
toImagByteArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of imaginary elements of the Java primitive type byte.
toImagDoubleArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of imaginary elements of the Java primitive type double.
toImagFloatArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of imaginary elements of the Java primitive type float.
toImagIntArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of imaginary elements of the Java primitive type int.
toImagLongArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of imaginary elements of the Java primitive type long.
toImagShortArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of imaginary elements of the Java primitive type short.
toIntArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of elements of the Java primitive type int.
toLongArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of elements of the Java primitive type long.
toShortArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
Returns an array of elements of the Java primitive type short.
toString() - Method in class com.mathworks.extern.java.MWArray
 
toString() - Method in class com.mathworks.extern.java.MWCellArray
This method returns a string representation of the array.
toString() - Method in class com.mathworks.extern.java.MWStructArray
This method returns a string representation of the array.
toString() - Method in class com.mathworks.toolbox.javabuilder.MWArray
This method returns a string representation of the array.
toString() - Method in class com.mathworks.toolbox.javabuilder.MWClassID
Returns a string representation of the type.
toString() - Method in class com.mathworks.toolbox.javabuilder.MWComplexity
Returns a string representation of the property.
toString() - Method in class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
 
toString() - Method in class com.mathworks.toolbox.javabuilder.MWCtfDirectorySource
 
toString() - Method in class com.mathworks.toolbox.javabuilder.MWCtfExtractLocation
 
toString() - Method in class com.mathworks.toolbox.javabuilder.MWCtfFileSource
 
toString() - Method in class com.mathworks.toolbox.javabuilder.MWCtfStreamSource
 
toString() - Method in class com.mathworks.toolbox.javabuilder.MWFunctionHandle
Returns a string representation of this array.
toString() - Method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example: Return string representation of array
toString() - Method in class com.mathworks.toolbox.javabuilder.MWMatrixRef
Returns a string representation of this array.
toString() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
Returns a string representation of this array.
toStringArray() - Method in class com.mathworks.toolbox.javabuilder.MWMCROption
String representation of the MATLAB Runtime option

U

UINT16 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: uint16
UINT32 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: uint32
UINT64 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: uint64
UINT8 - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: uint8
UNKNOWN - Static variable in class com.mathworks.toolbox.javabuilder.MWClassID
MATLAB array type: empty array
unwrapJavaObjectRefs(Object) - Static method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example:
unwrapJavaObjectRefs(Object[]) - Static method in class com.mathworks.toolbox.javabuilder.MWJavaObjectRef
Example:

V

validate() - Method in class com.mathworks.toolbox.javabuilder.MWCellArray
Validates the internal array handle.
validate() - Method in class com.mathworks.toolbox.javabuilder.MWCharArray
 
validate() - Method in class com.mathworks.toolbox.javabuilder.MWLogicalArray
 
validate() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
 
validate() - Method in class com.mathworks.toolbox.javabuilder.MWStringArray
 
validate() - Method in class com.mathworks.toolbox.javabuilder.MWStructArray
Validates the internal array handle.
visit(MWCharArray) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
visit(MWNumericArray) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
visit(MWLogicalArray) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
visit(MWStringArray) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
visit(MWCellArray) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
visit(MWStructArray) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
visit(MWJavaObjectRef) - Method in class com.mathworks.toolbox.javabuilder.remoting.AbstractMWArrayVisitor
 
visit(MWCharArray) - Method in interface com.mathworks.toolbox.javabuilder.remoting.MWArrayVisitor
 
visit(MWNumericArray) - Method in interface com.mathworks.toolbox.javabuilder.remoting.MWArrayVisitor
 
visit(MWJavaObjectRef) - Method in interface com.mathworks.toolbox.javabuilder.remoting.MWArrayVisitor
 
visit(MWLogicalArray) - Method in interface com.mathworks.toolbox.javabuilder.remoting.MWArrayVisitor
 
visit(MWStructArray) - Method in interface com.mathworks.toolbox.javabuilder.remoting.MWArrayVisitor
 
visit(MWCellArray) - Method in interface com.mathworks.toolbox.javabuilder.remoting.MWArrayVisitor
 
visit(MWStringArray) - Method in interface com.mathworks.toolbox.javabuilder.remoting.MWArrayVisitor
 
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

© 1994-2017 The MathWorks, Inc. Patents Trademarks