MatlabFile.Open Method

Definition

Namespace: Extreme.Data.Matlab
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0

Overload List

Open(Stream) Opens a Matlab® data file.
Open(String) Opens a Matlab® data file.

MatlabFile.Open(Stream)

Opens a Matlab® data file.
C#
public static MatlabStream Open(
	Stream stream
)

Parameters

stream  Stream
The stream to read the data from.

Return Value

MatlabStream
An MatlabStream that can be read from.

MatlabFile.Open(String)

Opens a Matlab® data file.
C#
public static MatlabStream Open(
	string path
)

Parameters

path  String
The path to the file.

Return Value

MatlabStream
An MatlabStream that can be read from.

See Also