Problem 45220. Find triangles from edge
Solution Stats
Problem Comments
-
2 Comments
Nicolas Douillet
on 3 Dec 2019
Info : T is actually a triangulation -list of triangles-, in which each index corresponding to the row index of a vertex in another list -a vertices list-, it is a widely used technique used to store and write triangular meshes in mesh processing. Here below the example is a tetrahedron -4 facets-.
Nicolas Douillet
on 3 Dec 2019
I actually realize this problem looks like a lot to my second problem, "Find a common edge" ( https://fr.mathworks.com/matlabcentral/cody/problems/45218-find-a-common-edge ) ...
Solution Comments
Show commentsProblem Recent Solvers17
Suggested Problems
-
934 Solvers
-
Getting the indices from a matrix
607 Solvers
-
580 Solvers
-
Find the max element of the array
1079 Solvers
-
1329 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!