Overlay Two Point Clouds

3 次查看(过去 30 天)
Andrew
Andrew 2013-12-6
评论: Andrew 2013-12-6
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

采纳的回答

Jos (10584)
Jos (10584) 2013-12-6
Use HOLD
plot( )
hold on
plot ()

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Point Cloud Processing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by