% Ordinary methods: Call ordinary methods using MATLAB function syntax or dot notation. % obj.methodName(arg) % obj is not the arguement input % methodName(obj,arg) % obj is the input arguement % ...