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

Matt J
Matt J 2022년 4월 25일
편집: Matt J 2022년 4월 25일
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.
Liu YungHsing
Liu YungHsing 2022년 4월 26일
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.
Liu YungHsing
Liu YungHsing 2022년 4월 26일
Under an ideal state, i want to choose surface point from the figure.
Liu YungHsing
Liu YungHsing 2022년 4월 26일
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일

0 개 추천

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

카테고리

질문:

2022년 4월 25일

답변:

2022년 4월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by