simulation of equation
GGouldT
have some difficult to start...
I have an equation representing the current in the form of I(x) = - I'(x)G(x,y), but this does not matter...
Whatever be the equation
I am interesting to simulate the response, that is plot the equation
at the varying of a set of data, this is because
I am looking the equation that fit well my data...
Could you give me an input just to start, than I will
try to go head by myself...?
thank you! G.
August 7, 2012 at 03:33 am - Permalink
Load your dependent data into a wave... say Wave0. Next, duplicate the wave (this ensures that they have the same number of points). Finally, perform the operation
wave1 = 4*wave0^2
While this is a simplified example, it gives you an idea of how to deal with functions. What you are describing as your end goal would be curve fitting. There is a rather lengthy section in the manual on curve fitting so you can go there to start.
August 7, 2012 at 12:02 pm - Permalink