ILNumerics - Technical Application Development
Top
The MatFile type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddArrayT |
Adds a new array to the collection of arrays in this MatFile container.
[ILNumerics Core Module] | |
Dispose |
Dispose all arrays of the matfile object
[ILNumerics Core Module] | |
GetArrayT(Int32) |
Retrieve array by index
[ILNumerics Core Module] | |
GetArrayT(String) |
Retrieves array by name.
[ILNumerics Core Module] | |
Write(Stream) |
Write this mat file into a binary stream
[ILNumerics Core Module] | |
Write(String) |
Write all arrays to *.mat file
[ILNumerics Core Module] |
See Also