Problem 45273. Find the centroid of triangle
Imagine that you want to calculate the centroid of some triangles given in matrix form. First the coordinates of the vertices of the triangles are in a matrix called coords where the line number represents the vertex number and the column number is the dimension, in this case it is equal to 2 (x, y). The way the nodes connect are found in the lnods matrix where the line number is the triangle number and the column number is the vertex number that makes up each triangle (v_i, v_j, v_k).
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
3993 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
1063 Solvers
-
Create a random logical vector of N elements of which M are true.
103 Solvers
-
How long do each of the stages of the rocket take to burn?
448 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!