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

36 Solutions

19 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers19

Suggested Problems

More from this Author1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!