Problem 43627. Find Euclidean norm of given vector u.
Find Euclidean norm of given vector u. https://en.wikipedia.org/wiki/Euclidean_distance Example x=[1 1] result=sqrt(1^2+1^2)=1.4142
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers73
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15765 Solvers
-
Find out missing number from a vector of 9 elements
319 Solvers
-
290 Solvers
-
Append two matrix as shown below example
235 Solvers
-
245 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!