freeboundary: indices of elements on the surface?

2 次查看(过去 30 天)
"elements" represents tetrahedrons, so it is Nx4 and F on the other hand represents triangles, so it is Mx3. Is there a relationship between "elements" and F at all?
I have a data that is mapped to "elements" so it is in Nx1 format, and I am hoping to find a way to make it in Mx1 format while keeping the same order.
TR = triangulation(elements,nodes);
[F,P] = freeBoundary(TR);

回答(0 个)

类别

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