Borrar filtros
Borrar filtros

Overlay Two Point Clouds

3 visualizaciones (últimos 30 días)
Andrew
Andrew el 6 de Dic. de 2013
Comentada: Andrew el 6 de Dic. de 2013
I have two point clouds saved as xyz files and have loaded them into MATLAB using dlmread('filename'). I have been able to view them separately using the scatter and scatter3 plot functions but I was wondering if there was a way of overlaying the two plots? I am wanting to produce a plot so that I can obtain a cross section of the two point clouds and observe the difference in height.
Thanks, Andrew

Respuesta aceptada

Jos (10584)
Jos (10584) el 6 de Dic. de 2013
Use HOLD
plot( )
hold on
plot ()
  1 comentario
Andrew
Andrew el 6 de Dic. de 2013
Works a treat. Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Point Cloud Processing 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!

Translated by