Class: matlab.mixin.Copyable
Package: matlab.mixin
Copy scalar MATLAB object
b = copyElement(h)
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.