Norm with matrices help
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
TS
am 20 Apr. 2015
Kommentiert: Star Strider
am 20 Apr. 2015
When using norm with matrices, is it the average?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Naqvi
am 20 Apr. 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 Kommentar
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!