Norm function for 2 variables

4 次查看(过去 30 天)
Jess
Jess 2019-6-26
What does norm[26.6906 8.5155] will return and what exactly is happening in it?

回答(1 个)

gonzalo Mier
gonzalo Mier 2019-6-26
n = norm(v) returns the Euclidean norm of vector v. This norm is also called the 2-norm, vector magnitude, or Euclidean length.
Read norm for more info.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by