How to choose surface point in 3D plot
Show older comments
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?

Answers (1)
KSSV
on 26 Apr 2022
0 votes
REad about delaunaytraingulation, once mesh is formed you can use patch or trisurf. If you could do fine, else attach your data.
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

