To find the exponent for a data
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Gokul Raju
el 23 de Oct. de 2013
Comentada: Gokul Raju
el 23 de Oct. de 2013
I have a non-linear data of the form: y=x^a. The data looks more like an exponential curve and I wanted to find the best value for 'a'.
Can you please suggest how to fit the data and obtain 'a' using MATLAB ?
0 comentarios
Respuesta aceptada
Laurent
el 23 de Oct. de 2013
Editada: Laurent
el 23 de Oct. de 2013
If you want to do this only once, you could use the Curve Fitting Tool using the command 'cftool'. You only need a variable with your x-values and a variable with y-values. Select them in the Tool and select the appropriate function.
If you want to do this in a script or function, or on the command line, you can use 'lsqnonlin'
1 comentario
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!