matlab.System.getOutputNamesImpl - Names of MATLAB System block output ports - MATLAB (original) (raw)
Main Content
Names of MATLAB System block output ports
Syntax
names = getOutputNamesImpl(obj)
Description
names = getOutputNamesImpl(obj)
specifies the names of the output ports from System objectâ„¢, obj implemented in a MATLAB System block. The size of 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.
Run-Time Details
getOutputNamesImpl
is called by the MATLAB System block.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
System object handle used to access properties, states, and methods specific to the object. If your getOutputNamesImpl
method does not use the object, you can replace this input with ~
.
Output Arguments
Names of the outputs for the specified object, returned as a string array whose length equals the number of outputs.
Examples
Customize MATLAB System Block Appearance
Version History
Introduced in R2013b