How to choose surface point in 3D plot

Hi,
I have a 3D plot for a function, and I want to mark surface point from this plot. I use matlab brush function to choose point. Unfortunately,use brush point will Include inside point. I have try if statement to filter points. But it dosen't work for cylinder model. Do anyone know anyway can only choose the surface point i want?

4 个评论

What is an "inside point"? All points appear to be on the surface.
Perhaps if you zoom in and rotate the perspective you can isolate the point(s) that you are trying to brush more easily.
Hi Matt,
Thank you for your answer! i have another plot for this data. As you can see from the left figure. Many points are not belong to surface point.
Under an ideal state, i want to choose surface point from the figure.
If i use brush to choose points, it would include some points not belong to surface point. So i want to ask is there any way can help me to choose only surface point.

请先登录,再进行评论。

回答(1 个)

KSSV
KSSV 2022-4-26
REad about delaunaytraingulation, once mesh is formed you can use patch or trisurf. If you could do fine, else attach your data.

类别

回答:

2022-4-26

Community Treasure Hunt

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

Start Hunting!

Translated by