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?

 Réponse acceptée

Torsten
Torsten le 2 Déc 2022
Modifié(e) : Torsten le 2 Déc 2022

0 votes

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]).

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange

Produits

Version

R2019b

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by