필터 지우기
필터 지우기

3D plot over triangular grid

조회 수: 1 (최근 30일)
Diego Soler Polo
Diego Soler Polo 2018년 6월 6일
답변: HAMZA NASSAR 2020년 1월 23일
I want to make a 3D plot over a non-rectangular grid. I have vectors X=linspace(0,1,100) and Y=linspace(0,1,100) and I create the typical rectangular grid [x,y]=meshgrid(X,Y). Now I have matrix Z, and I can represent without problems mesh(x,y,Z). The thing is that I only know Z for points (x,y) with y less or equal than x, but never for (x,y) with y greater than x. Therefore, I would like to plot (x,y,Z) but showing only the triangular region of points (x,y) with x and y between 0 and 1 and y less or equal than x. How can I achieve this? Thanks!

답변 (1개)

HAMZA NASSAR
HAMZA NASSAR 2020년 1월 23일
use delaunay

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by