Matrix Data Extensions.Read Matlab Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 10.6.0
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 10.6.0
Overload List
| Read | |
| Read | |
| Read | |
| Read | |
| Read | |
| Read | |
| Read | |
| Read |
ReadMatlab(Stream)
public static Matrix<double> ReadMatlab(
Stream stream
)Parameters
- stream Stream
Return Value
Matrix<Double>ReadMatlab<T>(Stream)
public static Matrix<T> ReadMatlab<T>(
Stream stream
)
Parameters
- stream Stream
Type Parameters
- T
Return Value
Matrix<T>ReadMatlab(String)
public static Matrix<double> ReadMatlab(
string path
)Parameters
- path String
Return Value
Matrix<Double>ReadMatlab<T>(String)
public static Matrix<T> ReadMatlab<T>(
string path
)
Parameters
- path String
Type Parameters
- T
Return Value
Matrix<T>ReadMatlab(Stream, String)
public static Matrix<double> ReadMatlab(
Stream stream,
string name
)Parameters
Return Value
Matrix<Double>ReadMatlab<T>(Stream, String)
public static Matrix<T> ReadMatlab<T>(
Stream stream,
string name
)
Parameters
Type Parameters
- T
Return Value
Matrix<T>ReadMatlab(String, String)
public static Matrix<double> ReadMatlab(
string path,
string name
)Parameters
Return Value
Matrix<Double>ReadMatlab<T>(String, String)
public static Matrix<T> ReadMatlab<T>(
string path,
string name
)
Parameters
Type Parameters
- T