Fitting data to a known function using numerical solution
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Arin Dutta
el 4 de Mayo de 2022
Editada: Davide Masiello
el 4 de Mayo de 2022
I have a set of input values and output values of a function f(x).
Now,
zz= linspace(1,120e3, 1000);
A= 100.*exp((-alpha).*(1 : zz/2)) + gg.*exp(ff.*(zz/2 : L))
where, alpha is a known value. I need to find gg and ff values to fit the A to the output values of f(x).
I am confused how to to do this. Your suggestions would be highly appreciated. Thanks.
0 comentarios
Respuesta aceptada
Davide Masiello
el 4 de Mayo de 2022
Editada: Davide Masiello
el 4 de Mayo de 2022
I suggest an extensive reading of the following documentation
These are the Matlab function and options for curve and surface fitting.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!