Loads a named array from a MAT file.
Namespace: Extreme.Mathematics.LinearAlgebra.IOAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static MatFileDataElement Load(
string path,
string name
)
Public Shared Function Load (
path As String,
name As String
) As MatFileDataElement
public:
static MatFileDataElement^ Load(
String^ path,
String^ name
)
static member Load :
path : string *
name : string -> MatFileDataElement
Parameters
- path
- Type: SystemString
The path to the MAT file. - name
- Type: SystemString
The name of the array to load.
Return Value
Type:
MatFileDataElementA
MatFileDataElement object that contain the data.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference