DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


SaveMatrixBin

Declaration: SaveMatrixBin (FName: string; Data: TDouble2DArray; DataID: string)
The procedure SaveMatrixBin stores the data of the array Data in the binary file specified by the parameter FName. The parameter DataID may contain any single-line user-defined identifier which is stored with the data.

Hint: The binary data format used by this routine is compatible with the binary data format used by TMatrix.SaveBinary.