Norm with matrices help
古いコメントを表示
When using norm with matrices, is it the average?
採用された回答
その他の回答 (1 件)
Naqvi
2015 年 4 月 20 日
0 投票
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 件のコメント
Star Strider
2015 年 4 月 20 日
That is correct for the 2-norm of vectors, but not matrices.
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!