Loads the arrays stored in a MAT file.
Namespace: Extreme.Mathematics.LinearAlgebra.IOAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Dictionary<string, MatFileDataElement> Load(
string path
)
Public Shared Function Load (
path As String
) As Dictionary(Of String, MatFileDataElement)
public:
static Dictionary<String^, MatFileDataElement^>^ Load(
String^ path
)
static member Load :
path : string -> Dictionary<string, MatFileDataElement>
Parameters
- path
- Type: SystemString
The path to the MAT file.
Return Value
Type:
DictionaryString,
MatFileDataElementA dictionary that maps the names of the arrays to
MatFileDataElement objects that contain the data.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference