matlab.System.getInputNamesImpl - Names of MATLAB System block input ports - MATLAB (original) (raw)
Main Content
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 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.
Run-Time Details
getInputNamesImpl
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 getInputNamesImpl
method does not use the object, you can replace this input with ~
.
Output Arguments
Names of the inputs for the specified object, returned as a string array whose length equals the number of inputs.
Examples
Customize MATLAB System Block Appearance
Version History
Introduced in R2013b