ILNumerics.Net - numeric computing for .NET
create MatFile object from existing mat file

Declaration Syntax
public MatFile(
string file2open
)
Public Sub New ( _
file2open As String _
)
public:
MatFile(
String^ file2open
)

Parameters
- file2open (String)
- path to Matlab mat file to open

Remarks
Curently mat files up to Matlab version 6.5 are supported. Compressed mat file content is not supported yet.
Assembly:
ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)