Overlay Two Point Clouds

조회 수: 2 (최근 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 ()
  댓글 수: 1
Andrew
Andrew 2013년 12월 6일
Works a treat. Thanks

댓글을 달려면 로그인하십시오.

추가 답변 (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