Main Content
getInputNamesImpl
Class: matlab.System
Names of MATLAB System block input ports
Syntax
names = getInputNamesImpl(obj)
Description
names = getInputNamesImpl(obj)
specifies the names of the input ports from System object™, obj
implemented in a MATLAB System (Simulink) 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.
Class Information
This method is part of the matlab.System
class.
Run-Time Details
getInputNamesImpl
is called by the MATLAB System block.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Output Arguments
Examples
Customize MATLAB System Block Appearance (Simulink)
Version History
Introduced in R2013b
See Also
getNumInputsImpl
| getOutputNamesImpl
Topics
- Specify Input and Output Names (Simulink)
- Customize MATLAB System Block Appearance (Simulink)