ILNumerics.Net
MatFile Constructor (file2open)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsMatFileMatFile(String)
ILNumerics.Net - numeric computing for .NET
create MatFile object from existing mat file
Declaration Syntax
C#Visual BasicVisual C++
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)