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
Methods
Examples
More About
Version History
Introduced in R2006a