Matlab - Delaunay Triangulation and changing dimension

1 view (last 30 days)
I have computed a 2-D Delaunay triangulation in Matlab R2010b: dt = DelaunayTri(x , y);
now, i want to add another dimension to dt, meaning adding Z cooridnate to every point. i know i can do it from the begining and by sending: dt = DelaunayTri(x , y , z), but i have my reasons.
how do i do it?
many thanks!

Answers (1)

Bat-El
Bat-El on 20 Dec 2013
my intensions are taking the attached triangulation and strech it up, on the z axis.

Categories

Find more on Delaunay Triangulation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!