|
|
|
|
|
MatCreate (Function) In french: MatCrée Creates a matrix containing 0 row and 0 column.
// Create a matrix ResCreate = MatCreate("MyMatrix")
Syntax
<Result> = MatCreate(<Matrix>)
<Result>: Boolean - True if the matrix was created,
- False otherwise. To get more details on the error, use ErrorInfo with the errMessage constant.
<Matrix>: Character string Name of the matrix to create. This name will be used by all the functions for matrix management. Remarks The matrix existence is not checked. This matrix is overwritten if it existed beforehand. To check the matrix existence, use MatExist.
Related Examples:
|
Unit examples (WINDEV): The Matrix functions
[ + ] Using matrices with the WLanguage functions. This example, powered by WINDEV, is used to perform calculations on matrices: addition, multiplication, transposition, inversion...
|
|
Unit examples (WINDEV Mobile): The Matrix functions
[ + ] Using matrices with the WLanguage functions: addition, multiplication, transposition, inversion...
|
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|