copy

Copy circuit or data object

Syntax

h2 = copy(h)

Description

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.

Alternatives

The syntax h2 = h copies only the object handle and does not create an object.

Introduced before R2006a