Write a function that computes the Euclidean distance between two N-dimensional vectors.
Given two input vectors x and z of equal length, compute their Euclidean distance.
Requirements
The two input vectors will always have the same length.
The final result must be rounded to 2 decimal places.
You are NOT allowed to use the following built-in functions:
norm
vecnorm
sqrt
dot
pdist
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers3
Suggested Problems
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!