function flag = isInputComplexityMutableImpl(~,~)
flag = false;
end
function flag = isInputDataTypeMutableImpl(~,~)
flag = false;
end
function flag = isInputSizeMutableImpl(~,~)
flag = false;
end
end
end
See Also
isInputSizeMutableImpl
Related Examples
- “What You Cannot Change While Your System Is Running” on page 34-13
34 System object Usage and Authoring