Filter löschen
Filter löschen

3D plot over triangular grid

1 Ansicht (letzte 30 Tage)
Diego Soler Polo
Diego Soler Polo am 6 Jun. 2018
Beantwortet: HAMZA NASSAR am 23 Jan. 2020
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!

Antworten (1)

HAMZA NASSAR
HAMZA NASSAR am 23 Jan. 2020
use delaunay

Community Treasure Hunt

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

Start Hunting!

Translated by