What does the axes in my plot mean?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 23 Ago 2022
pcshow() will use the coordinates as stored in the pointcloud ptCloud1 .
What shows up for
max(ptCloud1.Location(:))
min(ptCloud1.Location(:))
Risposte (0)
Vedere anche
Categorie
Scopri di più su Labeling, Segmentation, and Detection in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!