Hi,
im looking for a function to trim a curve. The goal is to create a new curve in a different plot, that represents only a portion of the original curve vectors. Further goal is to keep the right hand trimming point variable, meaning that i want to trim the curve on the right hand side not at a fixed x-value, but by meeting the criterion: 'trim at location where the y-value becomes zero' (occurs only once in every curve). This should also account for the case i reload the session containing the trim operation, but with varying curve values. Left hand trimming point may be a fixed x-value.
I already tried:
1) the trim function: problem is, that right hand trimming point is not variable -> not workable
2) macro Cut below limit: problem is, that after the limit, the newly created curve is extended by a horizontal line -> not workable
Is there a function like this?

Florian