What does the axes in my plot mean?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 23 de Ag. de 2022
pcshow() will use the coordinates as stored in the pointcloud ptCloud1 .
What shows up for
max(ptCloud1.Location(:))
min(ptCloud1.Location(:))
Respuestas (0)
Ver también
Categorías
Más información sobre Labeling, Segmentation, and Detection en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!