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 Comments

Matt J
Matt J on 25 Apr 2022
Edited: Matt J on 25 Apr 2022
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.

Sign in to comment.

Answers (1)

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

Asked:

on 25 Apr 2022

Answered:

on 26 Apr 2022

Community Treasure Hunt

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

Start Hunting!