What does norm function indicate ?

4 ビュー (過去 30 日間)
Meenakshi Tripathi
Meenakshi Tripathi 2022 年 12 月 2 日
編集済み: Torsten 2022 年 12 月 2 日
I was coding my research paper and my collaboartor used norm(abs([max2,0,max1;0,theta,0]),2) term while coding. Can someone ellaborate what does this represent?

採用された回答

Torsten
Torsten 2022 年 12 月 2 日
編集済み: Torsten 2022 年 12 月 2 日
From the MATLAB documentation:
n = norm(X) returns the 2-norm or maximum singular value of matrix X, which is approximately max(svd(X)).
In your case, X is the matrix abs([max2,0,max1;0,theta,0]).

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by