The class interface is too large too post here and classified

Here is an example which leads to the same error messageclassdef Class_Xproperties a bendmethods function obj = Class_X(obj,a) obj.a = a; end function obj = Class_X(obj,a,b) obj.a = a; obj.b = b; endend