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
Method of a class to construct a range with the : operator. For example.
:
a = myclass (...) b = myclass (...) c = a : b