Main Content
copyElement
Class: matlab.mixin.Copyable
Namespace: matlab.mixin
Copy scalar MATLAB object
Syntax
b = copyElement(h)
Description
makes
a copy of the scalar handle b
= copyElement(h
)h
and returns a scalar
handle of the same class.
The sealed matlab.mixin.Copyable
copy
method
calls the protected copyElement
method to copy
each object in the array. Override copyElement
in
your subclass to control copy behavior.
Input Arguments
Output Arguments
Version History
Introduced in R2011a