VecNorm
Versione 1.0.0 (1,09 KB) da
Lateef Adewale Kareem
It computes vecnorm for those using matlab version earlier than 2017b
N = vecnorm(A)
N = vecnorm(A,p)
N = vecnorm(A,p,dim)
N = vecnorm(A) returns the 2-norm or Euclidean norm of A:
If A is a vector, then vecnorm returns the norm of the vector.
If A is a matrix, then vecnorm returns the norm of each column.
If A is a multidimensional array, then vecnorm returns the norm along the first array dimension whose size does not equal 1.
Cita come
Lateef Adewale Kareem (2024). VecNorm (https://www.mathworks.com/matlabcentral/fileexchange/74954-vecnorm), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2020a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0 |