Currently classdef method dispatch is only based on the first argument. If the first argument of a function call is a classdef object and the objects class has a method with the same name as the function the method is called. Otherwise the first function found on the path is called. Class presence rules are ignored.
This should be reflected in the documentation.
Currently classdef method dispatch is only based on the first argument. If the first argument of a function call is a classdef object and the objects class has a method with the same name as the function the method is called. Otherwise the first function found on the path is called. Class presence rules are ignored. This should be reflected in the documentation.