Given a vector x with values [ x1, x2, x3, ..., xn ], compute the magnitude (or length) of the vector which is given by
href = "/#null"</a>
Thus, if x = [1 2 5 6], then the magnitude is √(1+4+25+36) = 8.1240.
You cannot use the following commands: norm, sum, dot, for, while
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers81
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
481 Solvers
-
Back to basics 6 - Column Vector
1106 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
261 Solvers
-
10771 Solvers
-
Make a checkerboard matrix (★★★★★)
89 Solvers
More from this Author52
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Tolerance has been added to the test suite.
Unrecognized function or variable 'tolerance'.
Ramon, the error has been rectified. The question should be clear to solve.