MWCellArray Class |
Namespace: MathWorks.MATLAB.NET.Arrays
[SerializableAttribute] public class MWCellArray : MWArray, 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(MWCharArray) |
Creates a cell array of strings from a two dimensional character array.
|
![]() | MWCellArray(MWNumericArray) |
Creates an empty cell array with the dimensions specified by an MWNumericArray row vector.
|
![]() | MWCellArray(Int32, Int32) |
Creates an M-by-N empty cell array.
|
![]() | MWCellArray(SerializationInfo, StreamingContext) |
Internal Constructor - Deserialization constructor.
|
Name | Description | |
---|---|---|
![]() | Clone |
Makes a deep copy of a MATLAB cell array
(Overrides MWArrayClone.) |
![]() | Dispose |
Releases resources of the MWArray and the native mxArray that it encapsulates.
(Inherited from MWArray.) |
![]() | Dispose(Boolean) |
Internal function
(Overrides MWArrayDispose(Boolean).) |
![]() | Equals |
Compares the current MWCellArray instance with the specified cell array for equality; returning a boolean value.
(Overrides MWArrayEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Returns the hashcode for the MATLAB cell array
(Overrides MWArrayGetHashCode.) |
![]() | GetObjectData |
Serialization function.
(Inherited from MWArray.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToArray |
Returns a .NET array equivalent for the MATLAB cell array.
(Overrides MWArrayToArray.) |
![]() | ToString |
Returns a formatted string representing the MATLAB cell array
(Overrides MWArrayToString.) |
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.) |
![]() | IsDisposed |
Read only property returning the handle status of the encapsulated MWArray (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.) |
![]() | IsStringArray |
Returns true for an MWStringArray.
(Inherited from MWArray.) |
![]() | IsStructArray |
Returns true for an MWStructArray.
(Inherited from MWArray.) |
![]() | Item |
The MATLAB cell array indexer
|
![]() | 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.) |