Plotting 3D pointcloud in 2D along the Z axis

1 view (last 30 days)
Dae Park
Dae Park on 30 Jan 2017
Answered: KSSV on 30 Jan 2017
Hello,
I have a matrix with 3 columns (X, Y, Z coordinates) along with thousands of rows per each column. I can convert this to a pointcloud matrix and create a 3D plot.
However, I would like to generate 2D plots for X and Y, along the Z (similar to browsing a CT scan per slice). This sounds fairly simple but I'm not sure where to start. Could you help me with how to begin with this problem?
Thank you in advance, -DP

Answers (1)

KSSV
KSSV on 30 Jan 2017
doc delaunay , trisurf and triplot

Community Treasure Hunt

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

Start Hunting!