The colon tells Octave to create a vector of numbers starting from the first number,
and counting up to (and including) the second number. A third number may also be
added between the two, making a : b : c. The middle number then specifies the increment
between elements of the vector.