Skip to main content

How do I fit two different equations?

A way to fit two different equations is to combine them in a single curve fit definition using the if-else operator. If you had two functions such that:

y = F1(x) for x < x1 y = F2(x) for x >= x1,  you could enter the following type of definition in the Define dialog: ((x < x1) ? F1(x) : 0) + ((x >= x1) ? F2(x) : 0)

Scroll to Top
Synergy Software
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.