The MatlabDataObject type exposes the following members.
| Name | Description |
---|
 | ElementType |
Gets the CLR type of the elements of the array.
|
 | Fields |
Gets a dictionary that maps field names to their values.
|
 | IsDataFrame |
Gets whether the object can be converted to a vector.
|
 | IsMatrix |
Gets whether the object can be converted to a matrix.
|
 | IsVector |
Gets whether the object can be converted to a data frame.
|
 | Kind |
Gets the kind of data object.
|
 | Name |
Gets or sets the name of the element.
|
Top
Reference