Procedure to plot the new curve using high points of the existing sinusoidal curve
Hello @NISHANTH_PATEL_GM
you may use the peaks() function for this. Create a new math-based curve with vector expressions like
X = p1w1c1.x[peaks(p1w1c1.y,1)] Y = p1w1c1.y[peaks(p1w1c1.y,1)]
In case your usecase is a bit different, please add some details by e.g. screenshots.
Thanks!
Hello @NISHANTH_PATEL_GM
you may use the peaks() function for this. Create a new math-based curve with vector expressions like
In case your usecase is a bit different, please add some details by e.g. screenshots.
Thanks!