Borrar filtros
Borrar filtros

How to count only increases in data

3 visualizaciones (últimos 30 días)
Kyle Reagan
Kyle Reagan el 28 de Jul. de 2017
Editada: Kyle Reagan el 28 de Jul. de 2017
I want to sum all the dramatic increases in my set of data, except for when an increase occurs at the same time the current increases. The items I want to sum are seen surrounded by green boxes, the ones that shouldn't be included in the sum are shown in red boxes. Please see the attached image. How should I go about doing this? My idea in pseudo code is "if rate of blue line > (arbitrary number) and if total increase of blue line > 2, and if current isn't increasing at same time, then add the increase of the blue line to the sum."

Respuestas (1)

the cyclist
the cyclist el 28 de Jul. de 2017
The way I would go about this is to do exactly what you've started doing. You need an algorithm, or set of rules/instructions for the procedure to follow. Begin writing English sentences that describe those rules. Then write some pseudocode that begins to get more quantitative about those rules. Then write the actual MATLAB that encodes them precisely.

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by