Reads a data frame from the specified Matlab® data file.
Namespace:
Extreme.Data.Matlab
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public static DataFrame<long, string> ReadDataFrame(
string path
)
Public Shared Function ReadDataFrame (
path As String
) As DataFrame(Of Long, String)
public:
static DataFrame<long long, String^>^ ReadDataFrame(
String^ path
)
static member ReadDataFrame :
path : string -> DataFrame<int64, string>
Parameters
- path
- Type: SystemString
The file to read from.
Return Value
Type:
DataFrameInt64,
StringThe data frame that was read from the file.
Reference