Create copy of insfitlerMARG
insfitlerMARG
newFilter = copy(filter)
newFilter = copy(filter) returns a copy of the insfilterMARG, filter, with the exactly same property values.
newFilter
filter
insfilterMARG
collapse all
Filter to be copied, specified as an insfilterMARG object.
New copied filter, returned as an insfilterMARG object.