What does norm function indicate ?

2 visualizaciones (últimos 30 días)
Meenakshi Tripathi
Meenakshi Tripathi el 2 de Dic. de 2022
Editada: Torsten el 2 de Dic. de 2022
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?

Respuesta aceptada

Torsten
Torsten el 2 de Dic. de 2022
Editada: Torsten el 2 de Dic. de 2022
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]).

Más respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by