Norm with matrices help
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
When using norm with matrices, is it the average?
0 commentaires
Réponse acceptée
Plus de réponses (1)
Naqvi
le 20 Avr 2015
In Laymen terms, norm is actually the absolute value of a vector or matrix. For example x1 = [2;1] norm (x1)= sqrt (2^2+1^2) = sqrt(4+1) = sqrt (5) = 2.2361
1 commentaire
Voir également
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!