More basics of Matlab arrays
Individual elements are accessed using a parenthesized subscript.
The first element of array x is x(1).
Can assign to elements of array as in Java.
The number of elements in array x is given by the built-in function length(x)