Names of MATLAB System block output ports
[name1,name2,...] = getOutputNamesImpl(obj)
[name1,name2,...] = getOutputNamesImpl(obj)
returns
the names of the output ports from System object, obj
implemented
in a MATLAB System block. The number
of returned output names matches the number of outputs returned by
the getNumOutputs
method. If you change a property
value that affects the number of outputs, the names of those outputs
also change.
getOutputNamesImpl
is called by the MATLAB System block.
You must set Access = protected
for this
method.
|
System object™ |
|
Names of the outputs for the specified object, returned as character vectors. Default: empty character vector |