Norm function for 2 variables

5 vues (au cours des 30 derniers jours)
Jess
Jess le 26 Juin 2019
What does norm[26.6906 8.5155] will return and what exactly is happening in it?

Réponses (1)

gonzalo Mier
gonzalo Mier le 26 Juin 2019
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.

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by