Main Content

copy

Copy mission parser

Since R2022b

    Description

    parserCopy = copy(parser) creates a deep copy of a fixedwingMissionParser or a multirotorMissionParser object. The copy has the same properties as the original.

    Input Arguments

    collapse all

    UAV mission parser, specified as a multirotorMissionParser object or a fixedwingMissionParser object.

    Output Arguments

    collapse all

    Deep copy of the mission parser, returned as either a multirotorMissionParser object or a fixedwingMissionParser object. The copy is of the same object type, and has the same properties, as the object specified to parser.

    Version History

    Introduced in R2022b

    Go to top of page