Please explain how do I get A and E from the question?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/615715/image.png)
0 comentarios
Respuestas (1)
Star Strider
el 12 de Mayo de 2021
It is not obvious to me how the file data relates to the expression. I assume this was discussed in class, or in other parts of the assignment.
This is a nonlinear parameter estimation problem. One relatively straightforward way to solve it is to take the logarithms of both sides, then solve it as a linear equation, using polyfit and polyval. (The best way is to use nonlinear parameter estimation techniques, however linearizing it will likely provide useful results if the noise is relatively low.)
0 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB 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!