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