Related to Frobenius norm

3 vues (au cours des 30 derniers jours)
chaaru datta
chaaru datta le 22 Oct 2023
Modifié(e) : Dyuman Joshi le 22 Oct 2023
Hello all, I am trying to find Frobenius norm of each column of 2 X 500 matrix in MATLAB but not getting it correctly.
Any help in this regard will be highly appreciated.

Réponses (1)

Torsten
Torsten le 22 Oct 2023
Déplacé(e) : Torsten le 22 Oct 2023
From the documentation:
n = norm(X,"fro") returns the Frobenius norm of matrix or array X.
  7 commentaires
Torsten
Torsten le 22 Oct 2023
Modifié(e) : Torsten le 22 Oct 2023
For complex matrices most probably.
Dyuman Joshi
Dyuman Joshi le 22 Oct 2023
That should be it.
For someone who has worked with real valued data only, it easily escapes my mind that people work with non-real valued data as well.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by