Main Content

copy

Copy array of point cloud objects

    Description

    ptCloudOut = copy(ptCloudIn) copies an array of point cloud objects at the input to the new array ptCloudOut.

    Examples

    collapse all

    • pointCloudOut = copy(ptCloudIn)

    Input Arguments

    collapse all

    Input point cloud data, specified as a pointCloud object or an array of pointCloud objects.

    Output Arguments

    collapse all

    Output point cloud data, returned as a pointCloud object or an array of pointCloud objects. The output data contains a copy of the input point cloud data.

    Extended Capabilities

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

    Version History

    Introduced in R2015a