MWCellArray Class |
Namespace: MathWorks.MATLAB.NET.Arrays.native
[SerializableAttribute] public class MWCellArray : MWArray, ICloneable, IEquatable<MWCellArray>
The MWCellArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | MWCellArray |
Creates an empty cell array.
|
![]() | MWCellArray(Int32) |
Creates an M-by-N-by-P-by-... empty cell array.
|
![]() | MWCellArray(Int32, Int32) |
Creates an M-by-N empty cell array.
|
Name | Description | |
---|---|---|
![]() | Clone |
Makes a deep copy of a MATLAB cell array
(Overrides MWArrayClone.) |
![]() | createAxisWeightArray | (Inherited from MWArray.) |
![]() | deepCopy | (Inherited from MWArray.) |
![]() | Equals(Object) |
Compares the current MWCellArray instance with the specified cell array for equality; returning a boolean value.
(Overrides MWArrayEquals(Object).) |
![]() | Equals(MWCellArray) | |
![]() | Finalize | (Inherited from Object.) |
![]() | get | (Inherited from MWArray.) |
![]() | getDimsStr | (Inherited from MWArray.) |
![]() | GetHashCode |
Returns the hashcode for the MWCellArray (Overrides MWArrayGetHashCode.) |
![]() | getOneBasedIndexForArray | (Inherited from MWArray.) |
![]() | GetType | (Inherited from Object.) |
![]() | initNativeArray | (Inherited from MWArray.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | resizeFlatArray | (Inherited from MWArray.) |
![]() | set(Int32, Object) | (Inherited from MWArray.) |
![]() | set(Int32, Object) | (Inherited from MWArray.) |
![]() | setDims | (Inherited from MWArray.) |
![]() | setFlatArr | (Inherited from MWArray.) |
![]() | setNumOfElem | (Inherited from MWArray.) |
![]() | ToString |
Returns a formatted string representing the contents of the MWArray (Inherited from MWArray.) |
Name | Description | |
---|---|---|
![]() | ArrayType |
Read only property returning the derived type of the MWArray (Inherited from MWArray.) |
![]() | Dimensions |
Read only property returning a native integer array containing the size of each dimension of the MWArray.
(Inherited from MWArray.) |
![]() ![]() | Empty |
Read only property returning a writeable version of an empty MWCellArray.
|
![]() | IsCellArray |
Returns "true" for an MWCellArray.
(Inherited from MWArray.) |
![]() | IsCharArray |
Returns true for an MWCharArray.
(Inherited from MWArray.) |
![]() | IsEmpty |
Returns true if the MWArray is empty.
(Inherited from MWArray.) |
![]() | IsLogicalArray |
Returns true for an MWLogicalArray.
(Inherited from MWArray.) |
![]() | IsNumericArray |
Returns true for an MWNumericArray.
(Inherited from MWArray.) |
![]() | IsStructArray |
Returns true for an MWStructArray.
(Inherited from MWArray.) |
![]() | Item |
Generic MATLAB array indexer returning the result as an MWArray |
![]() | NumberofDimensions |
Read only property returning the number of dimensions in the MWArray.
(Inherited from MWArray.) |
![]() | NumberOfElements |
Read only property returning the number of elements in the MWArray.
(Inherited from MWArray.) |