Status of locked input size
flag = isInputSizeLockedImpl(obj,i)
This method will be removed in a future release. Use instead isInputSizeMutableImpl
.
flag = isInputSizeLockedImpl(obj,i)
specifies whether the i
th
input to the System
object™ cannot change its size during subsequent calls to run that object. If flag
is
true
, the size is locked and inputs to the System
object cannot change size while the object is locked. If flag
is false
,
the input is variable size and is not locked. In the unlocked case, the size of inputs to the object can change while the
object is running and locked.
isInputSizeLockedImpl
executes once for each
input during System
object initialization.
You must set Access = protected
for this
method.
|
System object |
|
System object input port number |
|
Flag indicating whether the size of inputs to the specified
port is locked, returned as a logical scalar value. If the value of Default: |