Cumulative minimum meaning or formula
18 次查看(过去 30 天)
显示 更早的评论
Hi
does anyone know what cumulative minimum actually means? definition or formula?
0 个评论
采纳的回答
Titus Edelhofer
2015-4-23
Hi,
take a look at the doc. The example should be pretty clear. Basically: if you have a vector x, the i-th entry of the cumulative minimum is the minimum of x(1:i).
Titus
更多回答(1 个)
Guillaume
2015-4-23
It's fairly straightforward, the first value of cummin is the minimum of the first one element, the 2nd value, the minimum of the first two elements, the 3rd value is the minimum of the first 3 values, and so on.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dialog Boxes 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!