Main Content

copy

Copy UAV Mission

Since R2022b

    Description

    missionCopy = copy(mission) creates a deep copy of the uavMission object mission with the same properties.

    Input Arguments

    collapse all

    UAV mission, specified as a uavMission object.

    Output Arguments

    collapse all

    Deep copy of the UAV mission mission, returned as a uavMission object with the same properties.

    Version History

    Introduced in R2022b

    See Also