Problem 51640. Similar triangles

The function check the similarity of two triangles given as two matrix with coordinates of vertices of each triangle.
Example:
U=[0 0;
1 0;
0 1]
V=[0 2;
2 0;
0 0]
similarity(U,V) return 1

Solution Stats

54.55% Correct | 45.45% Incorrect
Last Solution submitted on Aug 10, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers15

Suggested Problems

More from this Author24

Problem Tags

Community Treasure Hunt

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

Start Hunting!