How to calculate the norm of a multi-dimensional matrix?

13 visualizaciones (últimos 30 días)
Michael
Michael el 12 de Jul. de 2018
Comentada: Jan el 18 de Mzo. de 2022
Hi
I'm trying to find the norm of a multi-dimensional (4D) matrix. I've tried norm(X) but I get the error
Error using norm
Input must be 2-D.
Anyone know if there's a function for calculating the norm of a multi-dimensional matrix?
  4 comentarios
jon erickson
jon erickson el 18 de Mzo. de 2022
This works great for versions prior to 2022a. It appears N-d arrays are now supported with the norm(X, 'fro') option.
Jan
Jan el 18 de Mzo. de 2022
Norms are defined for vectors and matrices. Before you can implement a norm for a 4D array, you have to define mathematically, what you wnt to calculate.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by