max_min

版本 1.0.0.0 (1.8 KB) 作者: M MA
Get extremes of series.
2.2K 次下载
更新时间 2006/1/11

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R12
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Distribution Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0