Copy circuit or data object
h2 = copy(h)
h2 = copy(h)
returns a copy of the circuit, data, or network
parameter object h
.
The syntax h2 = h
copies only the object handle and does not
create an object.
The syntax h2 = h
copies only the object handle and does not
create an object.