Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
hello folks,
I'm trying to fit a function to the reversal points of an oscillation I measured some time ago. I tried LeastSquaresFit, but it fails claiming that the confidence limit was exceeded. I tried different confidence limits but to no avail.
Does anybody has a suggestions how to make it fit?
I'm using MC15 on a win7 machine.
Raiko
Solved! Go to Solution.
You have te in milliseconds, and x in seconds, so your function does not resemble the data. You also need to split off the first column of beta, which contains the fitted parameters. You then get a fit. Not a very good one, but at least it works
You have te in milliseconds, and x in seconds, so your function does not resemble the data. You also need to split off the first column of beta, which contains the fitted parameters. You then get a fit. Not a very good one, but at least it works
Thank you Richard. That was the clue I needed.
Raiko