Main Content

setIOBlock

Write specified I/O block

Since R2024b

    Description

    setIOBlock(obj,ioblocksub,data,pointAttributes) writes the block data, data, and the point attributes, pointAttributes to the specified block subscript, ioblocksub.

    Input Arguments

    collapse all

    Adapter object, specified as an instance of an adapter class that is subclassed from the lidar.blocked.Adapter class.

    Block subscripts, specified as a three-element integer-valued row vector.

    Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64

    Block data, specified as a pointCloud object.

    Block point attributes, specified as a lidarPointAttributes object.

    Version History

    Introduced in R2024b