octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Does hidden() work with trimesh() ?


From: Rik
Subject: Does hidden() work with trimesh() ?
Date: Wed, 25 Sep 2013 11:05:52 -0700

9/25/13

Could someone run this sample code in Matlab?

[x,y]=meshgrid(1:15,1:15);
tri = delaunay(x,y);
z = peaks(15);
trimesh(tri,x,y,z);
hidden off

After the call to hidden, are the faces of the triangles white (opaque) or
can you see through them to the axis grid underneath (transparent and
"facecolor" = "none")

Thanks,
Rik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]