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


Subtract

Declaration: TMatrix.Subtract (MatB: TMatrix): boolean;
The method Subtract subtracts the matrix MatB from its own data area (self := self - MatB). The function returns the value TRUE, if the addition has been carried out successfully.