| Name | Description |
---|
  | Open(Stream) |
Opens a Matlab® data file.
|
  | Open(String) |
Opens a Matlab® data file.
|
  | ReadAllDataFrames(Stream) |
Reads all data frames from a stream.
|
  | ReadAllDataFrames(String) |
Reads all data frames from a Matlab® data file.
|
  | ReadAllMatricesT(Stream, Boolean) |
Reads all matrices from a stream.
|
  | ReadAllMatricesT(String, Boolean) |
Reads all matrices from a Matlab® data file.
|
  | ReadAllVectorsT(Stream, Boolean) |
Reads all vectors from a stream.
|
  | ReadAllVectorsT(String, Boolean) |
Reads all vectors from a Matlab® data file.
|
  | ReadDataFrame(Stream) |
Reads a data frame from the specified Matlab® data file.
|
  | ReadDataFrame(String) |
Reads a data frame from the specified Matlab® data file.
|
  | ReadDataFrame(Stream, String) |
Reads the data frame with the specified name from a stream.
|
  | ReadDataFrame(String, String) |
Reads the data frame with the specified name from a Matlab® data file.
|
  | ReadDataFrames(Stream, IEnumerableString) |
Reads the specified data frames from a stream.
|
  | ReadDataFrames(String, IEnumerableString) |
Reads the specified data frames from a Matlab® data file.
|
  | ReadMatricesT(Stream, IEnumerableString, Boolean) |
Reads the specified matrices from a stream.
|
  | ReadMatricesT(String, IEnumerableString, Boolean) |
Reads the specified matrices from a Matlab® data file.
|
  | ReadMatrixT(Stream, Boolean) |
Reads a matrix from the specified Matlab® data file.
|
  | ReadMatrixT(String, Boolean) |
Reads a matrix from the specified Matlab® data file.
|
  | ReadMatrixT(Stream, String, Boolean) |
Reads the matrix with the specified name from a stream.
|
  | ReadMatrixT(String, String, Boolean) |
Reads the matrix with the specified name from a Matlab® data file.
|
  | ReadVectorT(Stream, Boolean) |
Reads a vector from the specified Matlab® data file.
|
  | ReadVectorT(String, Boolean) |
Reads a vector from the specified Matlab® data file.
|
  | ReadVectorT(Stream, String, Boolean) |
Reads the vector with the specified name from a stream.
|
  | ReadVectorT(String, String, Boolean) |
Reads the vector with the specified name from a Matlab® data file.
|
  | ReadVectorsT(Stream, IEnumerableString, Boolean) |
Reads the specified vectors from a stream.
|
  | ReadVectorsT(String, IEnumerableString, Boolean) |
Reads the specified vectors from a Matlab® data file.
|