Introduction
The colon operator helps you create lists of numbers quickly and easily without typing each number.
When you want to create a sequence of numbers from 1 to 10.
When you need to pick every second number between 2 and 20.
When you want to loop through a range of values in a for-loop.
When you want to select parts of a matrix using row or column ranges.