Main Content
isInputSizeMutableImpl
Class: matlab.System
Set whether System object input size can change
Syntax
mutable = isInputSizeMutableImpl(obj,index)
Description
returns whether the mutable
= isInputSizeMutableImpl(obj
,index
)index
th input to the
object can change size 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