Matlab File Class
Contains static methods for reading from
Matlab® data files.
Definition
Namespace: Extreme.Data.Matlab
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public static class MatlabFile
- Inheritance
- Object → MatlabFile
Methods
Open( | Opens a Matlab® data file. |
Open( | Opens a Matlab® data file. |
Read | Reads all data frames from a stream. |
Read | Reads all data frames from a Matlab® data file. |
Read | Reads all matrices from a stream. |
Read | Reads all matrices from a Matlab® data file. |
Read | Reads all vectors from a stream. |
Read | Reads all vectors from a Matlab® data file. |
Read | Reads a data frame from the specified Matlab® data file. |
Read | Reads a data frame from the specified Matlab® data file. |
Read | Reads the data frame with the specified name from a stream. |
Read | Reads the data frame with the specified name from a Matlab® data file. |
Read | Reads the specified data frames from a stream. |
Read | Reads the specified data frames from a Matlab® data file. |
Read | Reads the specified matrices from a stream. |
Read | Reads the specified matrices from a Matlab® data file. |
Read | Reads a matrix from the specified Matlab® data file. |
Read | Reads a matrix from the specified Matlab® data file. |
Read | Reads the matrix with the specified name from a stream. |
Read | Reads the matrix with the specified name from a Matlab® data file. |
Read | Reads a vector from the specified Matlab® data file. |
Read | Reads a vector from the specified Matlab® data file. |
Read | Reads the vector with the specified name from a stream. |
Read | Reads the vector with the specified name from a Matlab® data file. |
Read | Reads the specified vectors from a stream. |
Read | Reads the specified vectors from a Matlab® data file. |