Given a vector x with values [ x1, x2, x3, ..., xn ], compute the magnitude (or length) of the vector which is given by
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

399 Solutions

83 Solvers

Last Solution submitted on Jul 13, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers83

Suggested Problems

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!