What does norm function indicate ?

4 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by