Reads a data frame from the specified Matlab® data file.
Namespace: Extreme.Data.MatlabAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.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.
Numerical Libraries
Supported in: 6.0
Reference