An array variable can be declared by appending dimensions within square brackets after a type name or after a variable name.
Take a look at the result at time=0:
The same declarations can be expressed as:
Take a look at the result at time=0:
Column matrices and row matrices can be declared as below:
Take a look at the result at time=0:
It is also allowed to declare empty arrays. An Empty Array has at least one dimension of size 0 and contains no array elements.