AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de valores numéricos / Funciones de matrices
  • Existence of matrix to compress
  • Managing errors
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Compresses the memory footprint occupied by a matrix.
Remark: The compression is required when you handle a large matrix onto which several calculations have been made. If the matrix contains several null columns and/or rows, compression can significantly reduce the matrix memory size.
// Compress a matrix
MatStack("MyMatrix")
Syntax
MatStack(<Matrix>)
<Matrix>: Character string
Name of matrix to compress, defined by MatCreate.
Remarks

Existence of matrix to compress

The matrix existence is not checked. To check the matrix existence, use MatExist.

Managing errors

Caution: MatStack returns no result. To find out whether errors have been generated by the compression, use MatError on this matrix. To get more details on the error, use ErrorInfo with the errMessage constant.
Business / UI classification: Neutral code
Component: wd290mat.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2023

Señalar un error o enviar una sugerencia | Ayuda local