polyfit and polyval problem
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Paul Rogers
le 5 Déc 2019
Modifié(e) : Paul Rogers
le 6 Déc 2019
Hi there,
I am trying to plot a line using the ployfit and command
x and y are the coordinates in attached xy the plot.
I can't plot a polyfit curve that reproduces the original.
I alway came up with something different from the original curve.
8 commentaires
dpb
le 6 Déc 2019
"I got the y from a more complex equation, ..."
Well, there's the place to start. What makes sense to approximate whatever that is/was.
What restrictions are on the approximation used, if any?
Réponse acceptée
Paul Rogers
le 6 Déc 2019
Modifié(e) : Paul Rogers
le 6 Déc 2019
5 commentaires
Guillaume
le 6 Déc 2019
I'm not sure how many times we can say it, your curve is nothing like a polynomial and attempting to fit a polynomial to it is the wrong approach.
To me it looks like your curve may be a log-normal curve. Again, some information on what created that curve could tell you that.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!