finding fit parameters between two functions
Mostrar comentarios más antiguos
Hello
I have a script, where i have a simulation that creates a function.
On the other hand I have a measurement. They don't fit and I want to use fminsearch to try to find the variables that can make them fit.
The idea is to find the variables N_set , A_dir, A_seq and maybe some offset in time (x axis)and Const (y axis).
Would appriciate some help.
The simulation and data are presented. this is example of one specific value set, where we can see the don't have a very good overlap.

Would appriciate your help.
Thanks.
load('matlab1.mat')
untitled5()
3 comentarios
Image Analyst
el 23 de Dic. de 2023
Is the function that gives a fit just a single mathematical formula? If so, what is it?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Choose a Solver en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
