Main Content

com.mathworks.extern.java.MWCellArray Class

Namespace: com.mathworks.extern.java

Java class to manage MATLAB cell arrays

Description

Declaration

public class MWCellArray extends MWArray implements java.io.Serializable

MWCellArray class manages a native MATLAB cell array

Creation

Constructors

MWStructArray()

Creates an empty cell array.

MWStructArray(int[] inDims, java.lang.String[] fNames)

Constructs a new cell array with the specified dimensions.

MWStructArray(int rows, int cols, java.lang.String[] fNames)

Constructs a new cell matrix with the specified number of rows and columns.

Properties

expand all

Public Properties

The flatArray field provides a linear, or "flattened," representation of multi-dimensional array data. It consists of an array of objects that are protected.

Methods

expand all

Examples

More About

expand all

Version History

Introduced in R2006a

Go to top of page