Problem 55835. Distancia Vetores
Dados dois vetores a = (x1, y1) e b = (x2, y2). Calcule a distância entre os vetores e verifique se estão perto (distancia < 10) ou longe caso contrário.
DistanciaVetores([10, 10], [20, 20]) = 'longe';
DistanciaVetores([1, 1], [4, 4]) = 'perto';
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers47
Suggested Problems
-
Create a vector whose elements depend on the previous element
781 Solvers
-
Convert given decimal number to binary number.
2269 Solvers
-
Flip the vector from right to left
10646 Solvers
-
calculate the length of matrix
2374 Solvers
-
Find the max element of the array
2118 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!