nthBounds(data,n)

Versione 1.0.0.0 (2,78 KB) da KSSV
To get the n'th minimum and maximum of a given array or a matrix
38 download
Aggiornato 5 mag 2016

Visualizza la licenza

nthBounds gives n'th minimum and maximum of a given array/ matrix.
Eg. A = [1 2 3; 4 5 6; 7 8 9]
[v0,v1] = nthBounds(A,1) ; % first min, max (1,9)
[v0,v1] = nthBounds(A,2) ; % second min, max (2,8)
[v0,v1] = nthBounds(A,3) ; % first min, max (3,7)

Cita come

KSSV (2024). nthBounds(data,n) (https://www.mathworks.com/matlabcentral/fileexchange/56931-nthbounds-data-n), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear Algebra in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0