Find parameters which made a function to interpolate a set of given points.
Afficher commentaires plus anciens
Hi. I have this function:
grip_adh=(*c**exp(-*a**Vs))*(1/((((E_micro/(1-ni^2)).^*b*)).*m2));
I know all parameters but a,b,c. I'd like to find parameters a,b,c which made the function interpolate a set of points.
How can I do? Which command I have to use? (maybe something like 'fimncon','Isqcurvefit', or something different?)
Thanking you for your attention, I'm looking forward for your answers.
4 commentaires
Gang-Gyoo
le 4 Nov 2012
If you can get data set from your equation, evolutionary algorithms(GA, EP,...) may be one solution tool.
Matt Fig
le 4 Nov 2012
That is not valid MATLAB syntax. Please rewrite your function in valid syntax so we can examine it.
Jan
le 4 Nov 2012
While could mean ^m it is impossible to guess what "*b*" could mean.
Star Strider
le 4 Nov 2012
I believe ‘*a*’, ‘*b*’ and ‘*c*’ are intended to bold-face those characters.
What is the independent variable?
Réponses (0)
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!