- 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.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.MWNumericArray
-
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
-
- 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 MATLAB
programming environment.
- com.mathworks.toolbox.javabuilder.remoting - package com.mathworks.toolbox.javabuilder.remoting
-
Contains utilities for exporting MATLAB components over RMI.
- com.mathworks.toolbox.javabuilder.web - package com.mathworks.toolbox.javabuilder.web
-
Contains utilities for writing Java Servlets and JSP pages that use MWArray and WebFigure.
- com.mathworks.toolbox.javabuilder.webfigures - package com.mathworks.toolbox.javabuilder.webfigures
-
Contains classes related to MATLAB WebFigures.
- 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
-
- 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.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
-
- getAzimuth() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getBackgroundColor() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- 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.
- getCropBottom() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- getCropLeft() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- getCropRight() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- getCropTop() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- 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.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 MCR error text.
- getDefaultOutputStream() - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
-
The current late-bound PrintStream for MCR 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
-
- 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.
- getElevation() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getElevation() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- 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
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 MCR 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.
- getFigureData() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
Get the MWArray containing the serialized representation of this figure.
- getFigureEmbedString(String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
This method gets an embed string for a WebFigure.
- getFigureEmbedString(String, String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
This method gets an embed string for a WebFigure.
- getFigureEmbedString(WebFigure, String, String, String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
This method gets an embed string for a WebFigure.
- getFigureEmbedString(WebFigure, String, String, String, String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
This method gets an embed string for a WebFigure.
- getFigureEmbedString(WebFigure, String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
* This method gets an embed string for a WebFigure.
- getFigureEmbedString(WebFigure, String, String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
This method gets an embed string for a WebFigure.
- getFigureEmbedString(String, String, String, String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureHtmlGenerator
-
This is the primary method of getting an embed string for a WebFigure.
- 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.
- getHeight() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getHeight() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- getHtmlEmbedString(WebFigure, String, String, String, String, String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigures
-
Deprecated.
- 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 Java types matching the primitive type imaginary 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 Java types matching the primitive type imaginary double.
- getImageFormat() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- 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 Java types matching the primitive type imaginary 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 Java types matching the primitive type imaginary integer.
- 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 Java types matching the primitive type imaginary 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 Java types matching the primitive type imaginary short.
- getInf() - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns MATLAB's concept of INF.
- getInstance() - Static method in class com.mathworks.toolbox.javabuilder.webfigures.DefaultWebFigure
-
Creates the default figure and returns it.
- 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 integer.
- 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 MCR
- getNaN() - Static method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns MATLAB's concept of NAN.
- getObject() - Method in class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
-
Get the object bound by this MWHttpSessionBinder.
- getOneBasedIndexForArray(int[]) - Method in class com.mathworks.extern.java.MWArray
-
- getPrintStream() - Method in class com.mathworks.toolbox.javabuilder.MWComponentOptions
-
The Callable
which when called produces the PrintStream
object to which standard output from MATLAB code should be written.
- getResourceType() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getRotation() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- 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
-
- getUUID() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getWebFigure() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- getWidth() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- getWidth() - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
- GREEN - Static variable in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- 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.
- MWApplication - Class in com.mathworks.toolbox.javabuilder
-
The MWApplication
class can be used to initialize the global state of MCR.
- 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
-
Class Description
- MWCtfClassLoaderSource(Class) - Constructor for class com.mathworks.toolbox.javabuilder.MWCtfClassLoaderSource
-
- MWCtfDirectorySource - Class in com.mathworks.toolbox.javabuilder
-
CTF from directory where CTF file located at.
- 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 where CTF will be extracted to.
- 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.
- MWHttpSessionBinder - Class in com.mathworks.toolbox.javabuilder.web
-
* @deprecated Not for public use in the future.
- MWHttpSessionBinder() - Constructor for class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
-
Create an empty MWHttpSessionBinder.
- MWHttpSessionBinder(Disposable) - Constructor for class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
-
Create an MWHttpSessionBinder to dispose of the given object when
it is unbound from an HttpSession.
- 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.
- MWMCROption - Class in com.mathworks.toolbox.javabuilder
-
This class represents the options that can be passed while initializing the MCR
- 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.
- 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(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.
- newInstance(MWMCR, double) - Static method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- 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 MCR.
- NOJVM - Static variable in class com.mathworks.toolbox.javabuilder.MWMCROption
-
This represents the -nojvm option for MCR.
- 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
-
- 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.
- 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.
- SERVICE_ROOT_ATTRIBUTE - Static variable in class com.mathworks.toolbox.javabuilder.webfigures.WebFigure
-
- 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, 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.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.
- setCropBottom(int) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the number of pixels to crop from the bottom of the render image.
- setCropLeft(int) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the number of pixels to crop from the left side of the render image.
- setCropRight(int) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the number of pixels to crop from the right side of the render image.
- setCropTop(int) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the number of pixels to crop from the top of the render image.
- 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
-
- setDefaultPrintStream(PrintStream) - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
-
Sets the default PrintStream, where the MCR will write output that otherwise would have been
written to System.out or System.err.
- setDefaultPrintStreams(PrintStream, PrintStream) - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
-
Sets the default PrintStreams, where the MCR will write output that otherwise would have been
written to System.out or System.err.
- setDefaultPrintStreams(Callable<PrintStream>, Callable<PrintStream>) - Static method in class com.mathworks.toolbox.javabuilder.MWApplication
-
Sets the default PrintStreams, where the MCR will write output that otherwise would have been
written to System.out or System.err.
- setElevation(double) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the camera elevation
- 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 MCR 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.
- setHeight(int) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the uncropped rendered image height
- 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.
- setImageFormat(String) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the image encoding to use, if calling renderEncoded.
- setMaxValidIndex(int) - Method in class com.mathworks.extern.java.MWArray
-
- setObject(Disposable) - Method in class com.mathworks.toolbox.javabuilder.web.MWHttpSessionBinder
-
Set the object to be bound by this MWHttpSessionBinder.
- 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.
- setRotation(double) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the camera azimuth.
- setWebFigure(WebFigure) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the WebFigure to render.
- setWidth(int) - Method in class com.mathworks.toolbox.javabuilder.webfigures.WebFigureRenderParameters
-
Set the uncropped rendered image width
- 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
-
- 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.MWNumericArray
-
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
- 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 MCR.
- 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.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 Java types matching the primitive type byte.
- toDoubleArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type double.
- toFloatArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the 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 Java types matching the primitive type imaginary byte.
- toImagDoubleArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type imaginary double.
- toImagFloatArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type imaginary float.
- toImagIntArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type imaginary integer.
- toImagLongArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type imaginary long.
- toImagShortArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type imaginary short.
- toIntArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type int.
- toLongArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the primitive type long.
- toShortArray() - Method in class com.mathworks.toolbox.javabuilder.MWNumericArray
-
Returns an array of Java types matching the 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.webfigures.WebFigureRenderParameters
-
- toStringArray() - Method in class com.mathworks.toolbox.javabuilder.MWMCROption
-
String representation of the MCR option