Opens a Matlab® data file.
Namespace: Extreme.Data.MatlabAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public static MatlabStream Open(
string path
)
Public Shared Function Open (
path As String
) As MatlabStream
public:
static MatlabStream^ Open(
String^ path
)
static member Open :
path : string -> MatlabStream
Parameters
- path
- Type: SystemString
The path to the file.
Return Value
Type:
MatlabStreamAn
MatlabStream that can be read from.
Numerical Libraries
Supported in: 6.0
Reference