What does the axes in my plot mean?
1 view (last 30 days)
Show older comments
I used pcshow to plot two point clouds taken from another software. the plot's axes has numbers that dont really make sense to me, so I wanted to know what does pcshow plot on the axes?
7 Comments
Walter Roberson
on 23 Aug 2022
pcshow() will use the coordinates as stored in the pointcloud ptCloud1 .
What shows up for
max(ptCloud1.Location(:))
min(ptCloud1.Location(:))
Answers (0)
See Also
Categories
Find more on Labeling, Segmentation, and Detection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!