Actual Min of a curve
Dariush Tari
Altair Community Member
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
0
Answers
-
what about using Max(abs(your_curve)) ??
abs() calculates the absolute values of your curve, with no sign.
0