MATLAB Link for Code Composer Studio Development Tools | ![]() ![]() |
Syntax
Description
objname2 = copy(objname)
returns objname2
that is a copy of the input object specified by objname
. All objects in the MATLAB Link for Code Composer Studio support the copy function. Note that objname2
is independent of the original; it is not an alias to the original objname. When you change a property of objname2
, you are not changing the same property in objname
.
See Also
![]() | convert | createobj | ![]() |