🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how to generate the new curve using high points of the existing sinusoidal curve in hypergraph

User: "NISHANTH_PATEL_GM"
Altair Community Member
Updated by NISHANTH_PATEL_GM

Procedure to plot the new curve using high points of the existing sinusoidal curve

Find more posts tagged with

Sort by:
1 - 1 of 11

    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)]
    


    grafik.png



    In case your usecase is a bit different, please add some details by e.g. screenshots.

    Thanks!