|
MatReaderDescription Property
|
Gets the human readable description of the MAT file.
Namespace:
Accord.IO
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public string Description { get; }
Public ReadOnly Property Description As String
Get
Request Example
View SourceProperty Value
Type:
StringExamples
An example header description could be given by
"MATLAB 5.0 MAT-file, Platform: PCWIN, Created on: Thu Feb 22 03:12:25 2007".
See Also