| Author |
Comment/Response |
Dr.Elof
|
09/29/08 3:12pm
Hello
How do i do if i want to make a expression that looks like this: a+b Sin(x+c) by using fit?
I think that i can do something similar to this:
mypoints={{1,2},{2,6},{6,5}}
aaaaa=Fit[mypoints,{1,1Sin[x,1]},x]
But i get an error message that says that i cant use x and 1 in the same sinus expression.
Dr.Elof
URL: , |
|