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
Problem Comments
-
3 Comments
Nikolaos Nikolaou
on 4 May 2021
There are errors in your test suite
minnolina
on 4 May 2021
Can you tell me in which test please?
goc3
on 10 May 2021
Successful solutions submitted so far indicate that there are not errors in the test suite.
Solution Comments
Show commentsProblem Recent Solvers18
Suggested Problems
-
Test if a Number is a Palindrome without using any String Operations
251 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3654 Solvers
-
Compute a dot product of two vectors x and y
1043 Solvers
-
Calculate the derivative of a polynomial
237 Solvers
-
Sum of diagonals elements of a matrix
229 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!