Actual Min of a curve

Dariush Tari
Dariush Tari Altair Community Member
edited March 2021 in Community Q&A

Hi I have a curve which has 100 points. I want to know the actual max (peak) of this curve. if I use Max() function then I get the maximum point but that point may not be the actual peak. If there a function (or script) that generates this max?

Thank you

Dariush

Answers

  • Adriano Koga_20259
    Adriano Koga_20259 New Altair Community Member
    edited March 2021

    what about using Max(abs(your_curve)) ??

    abs() calculates the absolute values of your curve, with no sign.