How to remove points below a surface in matlab plot?
이전 댓글 표시


The above plots contain both points and a surface. The red color points are created from a minimum value to a maximum value in in three coordinate axes using the 'linspace' command and applied meshgrid on them. The surface is created using 'surf' (surf(x,y,z)) command. I only need the points lying above the surface and I need to remove all the points lying below the surface. How to do the above mentioned task?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!