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?

回答(1 个)
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


