Main Content

com.mathworks.toolbox.javabuilder.MWCellArray Class

Namespace: com.mathworks.toolbox.javabuilder

Java class to manage MATLAB cell arrays

Description

Declaration

public class MWCellArray extends MWArray

The MWCellArray class manages a native MATLAB cell array

Implemented Interfaces: Disposable, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

Direct Known Subclasses: ,

Class Attributes: ,

Creation

Constructors

MWCellArray()

MWCellArray(int[] dims)

MWCellArray(int rows, int cols)

Properties

expand all

Public Properties

A convenient, efficient, and consistent way to represent an empty array as follows:

public static final MWArray EMPTY_ARRAY

Methods

expand all

Examples

collapse all

Version History

Introduced in R2006a