MathWorks.MATLAB.NET.Arrays.native.MWCellArray Class
Namespace: MathWorks.MATLAB.NET.Arrays.native
Managed representation of MATLAB cell array
Description
MWCellArray derives from MWArray and is the managed
representation of the MATLAB cell array. Each element in a cell array is a container that can
hold an MWArray or one of its derived types, including another
MWCellArray.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Namespace:
MathWorks.MATLAB.NET.Arrays.native
Assembly: MWArray (in MWArray.dll) Version: 2.23.1.0 (2.23.1.0)
Syntax:
[SerializableAttribute] publicclassMWCellArray : MWArray, ICloneable, IEquatable<MWCellArray>
Properties
Methods
Inheritance Hierarchy
System.Object
Mathworks.MATLAB.NET.Arrays.native.MWArrayMathworks.MATLAB.NET.Arrays.native.MWCellArrayMathworks.MATLAB.NET.Arrays.native.MWStructArray
Version History
Introduced in R2006a