Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Non-linear fitting in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have x and y data and would like to make a nonlinear fitting between them according to this equation,
y= [C(x/x_m)]/[1+D(x/x_m)]^(5/3)
The measured values are x and y and the best fit line should give me the values of C,D and x_m. Actually this is a spectral fitting and x_m denotes the point where y attains its maximum. I would be very grateful if any expert can help me out on this.
3 comentarios
Torsten
el 19 de Jul. de 2016
x_m should be the x-value where
C*x/(1+D*x)^(5/3)
or where
C*(x/x_m)/(1+D*(x/x_m))^(5/3)
attains its maximum ?
Best wishes
Torsten.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!