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 日

0 投票

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 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Coder についてさらに検索

製品

リリース

R2019b

タグ

質問済み:

2022 年 12 月 2 日

編集済み:

2022 年 12 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by