7.7.1.1 Assignment
You can assign all values in one array to another array with
the MAT statement. In the following example, each element
of new_array is set to the corresponding element in old_
array . The dimensions of new_array are also redimensioned
to the dimensions of old_array .
MAT new_array = old_array