| Icon | Member | Description |
|---|
  | ILMatFile()()() |
|
 | ILMatFile(String) |
create MatFile object from existing mat file
|
 | ILMatFile(array<ILBaseArray>[]()[]) |
Create MatFile object from ILBaseArray
|
 | ILMatFile()()() |
create empty MatFile object
|
 | Add(ILBaseArray) |
add array to collection of arrays in this ILMatFile container
|
 | Arrays |
Arrays stored in this mat file
|
 | Convert2ByteArray(Array) |
|
 | Convert2CharArray(Array) |
|
 | Convert2DoubleArray(Array) |
|
 | Convert2Int16Array(Array) |
|
 | Convert2Int32Array(Array) |
|
 | Convert2Int64Array(Array) |
|
 | Convert2Logical(Array, Int32%) |
|
 | Convert2SingleArray(Array) |
|
 | Convert2UInt16Array(Array) |
|
 | Convert2UInt32Array(Array) |
|
 | Convert2UInt64Array(Array) |
|
 | createDimensionSubelement(ILBaseArray) |
|
 | createNameSubelement(String, Int32%, array<Byte>[]()[]%) |
create name subelement for Matfile storage - padded to 8 byte border
|
 | Filelocation |
Path to mat file, if this object was created from an existing mat file.
|
  | getElementClass(ILBaseArray) |
get mat file array class type corresponding to this arra element type
|
  | getElementLength(ILBaseArray) |
get storage length of inner array elements
|
 | headerFromFile |
|
 | Item[([(String])]) |
Get or set arrays to the MatFile array container
|
 | Keys |
list all key names currently stored with arrays
|
 | m_data |
|
 | m_filename |
|
  | miSIZE_DOUBLE |
|
  | miSIZE_INT16 |
|
  | miSIZE_INT32 |
|
  | miSIZE_INT8 |
|
  | miSIZE_SINGLE |
|
  | miSIZE_UINT16 |
|
  | miSIZE_UINT32 |
|
  | miSIZE_UINT8 |
|
  | miSIZE_UTF32 |
|
  | mtFLAG_COMPLEX |
|
  | mtFLAG_GLOBAL |
|
  | mtFLAG_LOGICAL |
|
  | mtFLAG_TYPE |
|
  | mxCELL_CLASS |
|
  | mxCHAR_CLASS |
|
  | mxDOUBLE_CLASS |
|
  | mxFUNCTION_CLASS |
|
  | mxINT16_CLASS |
|
  | mxINT32_CLASS |
|
  | mxINT64_CLASS |
|
  | mxINT8_CLASS |
|
  | mxOBJECT_CLASS |
|
  | mxOPAQUE_CLASS |
|
  | mxSINGLE_CLASS |
|
  | mxSPARSE_CLASS |
|
  | mxSTRUCT_CLASS |
|
  | mxUINT16_CLASS |
|
  | mxUINT32_CLASS |
|
  | mxUINT64_CLASS |
|
  | mxUINT8_CLASS |
|
  | mxUNKNOWN_CLASS |
|
 | read_header(BinaryReader) |
|
 | read_miMATRIX(BinaryReader) |
read ONE array (arbitrary dimensions/type) from MAT file
|
  | readElementGeneric(BinaryReader, MatFileType, Array%, Int32%) |
|
  | readElementGeneric(BinaryReader, MatFileType, Array%, Int32%, Int32) |
read array of supported matlab data types
|
  | ReservedKeywords |
list of keywords which Matlab disallows for variable names
|
  | sizeOf(MatFileType) |
size of single elements stored in Matlab's *.mat files
|
  | typeToString(MatFileType) |
Convert MatFileType enumeration member to string representation
|
 | write(BinaryWriter) |
|
 | Write(Stream) |
Write this mat file into (binary) stream
|