max_min

Version 1.0.0.0 (1,78 KB) von M MA
Get extremes of series.
2,2K Downloads
Aktualisiert 11. Jan 2006

Lizenz anzeigen

Syntax:
[MAX,MIN] = MAX_MIN(X,DISP)

Inputs:
X Vector to analyse
DISP Show result in a plot (new figure) [ {0} | 1 ]

Output:
MAX Maximums structure with fields .i .val .iabs .abs (indices, values, indice of absolute maximum, absolute maximum)
MIN Minimums structure with fields .i .val .iabs .abs (indices, values, indice of absolute minimum, absolute minimum)

Example: (see screenshot)
x=[2 2 1 1 1 2 3 1 .5 1 1 1 .5 .5 .5 .7 .1 1 1 1 ];
[Max, Min]=max_min(x,1);
legend('x','max','min','abs max','abs min')

Zitieren als

M MA (2024). max_min (https://www.mathworks.com/matlabcentral/fileexchange/9572-max_min), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Data Distribution Plots finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0