Method Access List - MATLAB & Simulink (original) (raw)

Main Content

This class declares an access list for the method Access attribute:

classdef MethodAccess methods (Access = {?ClassA, ?ClassB, ?MethodAccess}) function listMethod(obj) ... end end end

The MethodAccess class specifies the following method access:

See Also

Topics