Class: matlab.System
Set whether System object input complexity can change
mutable = isInputComplexityMutableImpl(obj,index)
returns whether the mutable
= isInputComplexityMutableImpl(obj
,index
)index
th input to the
object can change complexity when the object is in use.
You must set Access = protected
for this method.