cloneImpl
Class: matlab.System
Create duplicate System object
Syntax
objCloned = cloneImpl(obj)
Description
specifies the algorithm that creates a duplicate of the System object™
objCloned = cloneImpl(obj)obj. When you duplicate a System object the in-use status of the original object is inherited by the cloned object. Use
isLocked
to check if a System object is in use.
If cloneImpl is not defined the clone method creates a
System object with same property and states as the original object.
Run-Time Details
cloneImpl is called by the clone method.
Method Authoring Tips
You must set
Access = protectedfor this method.In this method, cannot modify any properties of the original object.
Use this method to change the properties of an unlocked System object or change the states of a locked System object while duplicating.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2012b