Main Content
isInputDataTypeMutableImpl
Class: matlab.System
Set whether System object input data type can change
Syntax
mutable = isInputDataTypeMutableImpl(obj,index)
Description
returns whether the mutable
= isInputDataTypeMutableImpl(obj
,index
)index
th input to the
object can change data type when the object is in use.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018a