|
|
|
|
The following code is used to compress a matrix. The name of the matrix is entered by the user in an edit control (EDT_MatrixName). We assume that the matrix to compress is already created.
// -- Click code on BTN_Compress // Compress the matrix MatStack(EDT_MatrixName) // Error? IF MatError(EDT_MatrixName) = 0 THEN Info("The compression was performed") ELSE // Display the error message Error(ErrorInfo(errMessage)) END
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|