nthBounds(data,n)
Version 1.0.0.0 (2,78 KB) von
KSSV
To get the n'th minimum and maximum of a given array or a matrix
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)
Zitieren als
KSSV (2024). nthBounds(data,n) (https://www.mathworks.com/matlabcentral/fileexchange/56931-nthbounds-data-n), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2015a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Mathematics > Linear Algebra >
Mehr zu Linear Algebra finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |