Norm function for 2 variables
Ältere Kommentare anzeigen
What does norm[26.6906 8.5155] will return and what exactly is happening in it?
Antworten (1)
gonzalo Mier
am 26 Jun. 2019
0 Stimmen
n = norm(v) returns the Euclidean norm of vector v. This norm is also called the 2-norm, vector magnitude, or Euclidean length.
Kategorien
Mehr zu Special Functions finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!