Names of MATLAB System block input ports
names = getInputNamesImpl(obj)
names = getInputNamesImpl(obj)
specifies the names of the input ports from System object™, obj
implemented in a MATLAB System block. The size of names
matches the
number of inputs returned by the getNumInputs
method. If you change a property value that changes the number of
inputs, the names of those inputs also change.
This method is part of the matlab.System
class.
getInputNamesImpl
is called by the MATLAB System block.
You must set Access = protected
for this method.
Customize MATLAB System Block Appearance