How to hold a peak value from a fcn block

2 views (last 30 days)
Richard
Richard on 14 Mar 2014
Answered: Mischa Kim on 14 Mar 2014
I am trying to use a peak output value from a fcn block as an input to the fcn block, and I'm struggling.
I need to somehow have an input to the function that is the highest output value from all previous times. When a new maximum output value is calculated, I need the input to change to this value.
I have tried to use "Sample & Hold" and "Min/Max" but these have not worked...

Answers (1)

Mischa Kim
Mischa Kim on 14 Mar 2014
Richard, use the minmax block (also allows you to reset). E.g.,

Community Treasure Hunt

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

Start Hunting!