What does the axes in my plot mean?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 23 Aug. 2022
pcshow() will use the coordinates as stored in the pointcloud ptCloud1 .
What shows up for
max(ptCloud1.Location(:))
min(ptCloud1.Location(:))
Antworten (0)
Siehe auch
Kategorien
Mehr zu Labeling, Segmentation, and Detection finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!