IsML5File

Declaration: IsML5File (IFile: TFileStream): boolean;
The function IsML5File returns TRUE if the file stream IFile is a valid MatLab file using MatLab 5 format.

Please note that the function IsML5File assumes that the file stream IFile contains any kind of MatLab file of format 4, 5 or higher. If the file stream contains a non-MatLab file, the returned function value can be misleading.