Main Content

openToRead

Class: lidar.blocked.Adapter
Namespace: lidar.blocked

Open source for read access

Since R2022a

Description

openToRead(obj,source) opens the specified location on disk source for read access. This method issues an error if the adapter does not support source.

Input Arguments

expand all

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

Location to read from, specified as a string scalar or character vector.

Data Types: char | string

Version History

Introduced in R2022a