Names of MATLAB System block input ports
[name1,name2,...] = getInputNamesImpl(obj)
[name1,name2,...] = getInputNamesImpl(obj)
specifies
the names of the input ports of the System
object™ on a MATLAB System block. The number of returned
input 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.
getInputNamesImpl
is called by the getInputNames
method
by the MATLAB System block.
You must set Access = protected
for this
method.
|
System object |
|
Names of the inputs for the specified object, returned as character vectors Default: empty character vector |