Problem 45220. Find triangles from edge
Solution Stats
Problem Comments
-
2 Comments
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-.
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 ) ...
Problem Recent Solvers12
Suggested Problems
-
Swap the first and last columns
15666 Solvers
-
given 3 sides, find area of this triangle
736 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
434 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
333 Solvers
-
160 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!