Why curve fitting tools line not started with my data?
1 view (last 30 days)
Show older comments
Hi, I have a data and I used curve fitting tool. My question is,"Why curve fitting tools line not started with my data?" and how can I fix it?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153666/image.jpeg)
Thanks for your help.
2 Comments
the cyclist
on 13 Dec 2013
Pure speculation on my part, but it looks like the fitted line starts at x=0, but the data start at x=1. Maybe that's what OP means.
Answers (1)
John D'Errico
on 13 Dec 2013
Edited: John D'Errico
on 13 Dec 2013
Reading the help for plot would seem to be useful. It would tell you that:
When you use plot with ONE argument, it assumes that the x variable is simply an index vector, 1:length(y).
How can plot possibly know that you wanted it to start at zero? MATLAB does not read your mind, although the mind reading toolbox has been under construction for many years.
0 Comments
See Also
Categories
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!