Main Content

copy

Create copy of traversability map

Since R2025a

    Description

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

    Input Arguments

    collapse all

    Map representation, specified as a traversabilityMap object. This object represents the environment of the offroad vehicle.

    Output Arguments

    collapse all

    Copied map representation, returned as a traversabilityMap object. The properties are the same as the input object, map, but the copy has a different object handle.

    Extended Capabilities

    expand all

    C/C++ Code Generation
    Generate C and C++ code using MATLAB® Coder™.

    Version History

    Introduced in R2025a

    See Also

    Objects

    Functions