Main Content
isTunablePropertyDataTypeMutableImpl
Class: matlab.System
Set whether tunable properties can change data type
Syntax
mutable = isTunablePropertyDataTypeMutableImpl(obj)
Description
returns whether tunable properties can change data type when the object is in use.mutable
= isTunablePropertyDataTypeMutableImpl(obj
)
The isTunablePropertyDataTypeMutableImpl
method has no effect on the
MATLAB System block. Tunable parameter datatype is always immutable
in the MATLAB System block.
Method Authoring Tips
You must set Access = protected
for this method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018a