Main Content

copy

Create copy of 2-D signed distance map

Since R2023a

    Description

    copyMap = copy(map) creates a deep copy of the signedDistanceMap object with the same properties.

    Input Arguments

    collapse all

    Map representation, specified as a signedDistanceMap object.

    Output Arguments

    collapse all

    Map representation, specified as a signedDistanceMap object. The properties are the same as the input object, map, but the copy has a different object handle.

    Version History

    Introduced in R2023a