I have a set of 3D points that creates point cloud. Ii can read and display it in MATLAB with this code
ptCloud1 = pcread('sub2a.ply')
figure
showPointCloud(ptCloud1)
I need to add labels for each point in dense point cloud display. How can I do this?