Problem 45271. Calculate triangle area
Imagine that you want to calculate the areas 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
-
1 Comment
Could you please not use isequal() to compare floating-point numbers?
Solution Comments
Show commentsProblem Recent Solvers16
Suggested Problems
-
Find state names that end with the letter A
1197 Solvers
-
Given a window, how many subsets of a vector sum positive
869 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
675 Solvers
-
Calculate the height of an object dropped from the sky
280 Solvers
-
446 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!