- 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.
- 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
-
- 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
-
- 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.
- 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.
- 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
- 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