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 Exchange에서 MATLAB 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