Cumulative minimum meaning or formula

 Respuesta aceptada

Titus Edelhofer
Titus Edelhofer el 23 de Abr. de 2015

0 votos

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

Más respuestas (1)

Guillaume
Guillaume el 23 de Abr. de 2015

3 votos

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.

Categorías

Etiquetas

Preguntada:

el 23 de Abr. de 2015

Comentada:

el 23 de Abr. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by