max_min

Versione 1.0.0.0 (1,78 KB) da M MA
Get extremes of series.
2,2K download
Aggiornato 11 gen 2006

Visualizza la licenza

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')

Cita come

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

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Data Distribution Plots 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