Function Reference
— Function File: r = colon (a, b)
— Function File: r = colon (a, b, c)

Method of a class to construct a range with the : operator. For example.

          a = myclass (...)
          b = myclass (...)
          c = a : b

See also: class subsref subsasgn