extrapolation!!
Show older comments
Hi everyone! I've got a big problem here...
I have some x and y values:
x=[14.57261875 14.72416687 14.85546972 14.96644958 15.09755813 15.23869218 15.33941339 15.4501601 15.58088007 15.67126492 15.75150771 15.79153196 15.8315562 15.89159258 ]
y=[9159.164387 9388.584929 9602.741855 9832.286745 10123.07262 10459.80477 10735.35812 11056.85775 11500.90152 11853.1149 12205.35936 12419.79607 12634.23278 12955.88784]
I use cftool to make a polynomial fit (3rd order). As you see the lower limit of x values is ~14.5. I want to extrapolate to x=9 but it's necessery to put some conditions for that. To explain if i use the fittedmodel(from cftooll) the required values is not what i want because ,since the equation is a third degree, the curvature changes.
If i know that curvature changes about x=7 how can i require from matlab not change the tilt-curvature?
Excuse me for my english...
Thanks a lot
Accepted Answer
More Answers (0)
Categories
Find more on Statistics and Machine Learning 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!