Norm function for 2 variables
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
What does norm[26.6906 8.5155] will return and what exactly is happening in it?
0 Commenti
Risposte (1)
gonzalo Mier
il 26 Giu 2019
n = norm(v) returns the Euclidean norm of vector v. This norm is also called the 2-norm, vector magnitude, or Euclidean length.
0 Commenti
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!