determine the reaction parameter using regression method. i need to know about n, E, A

답변 (1개)

Torsten
Torsten 2023년 5월 5일
편집: Torsten 2023년 5월 5일
If you take the logarithm on both sides of your rate equation, you get a linear regression problem. Use \ to solve for the unknown parameters.
If you don't take the logarithm on both sides of your rate equation, you get a nonlinear regression problem. You can use the solution from the linearized problem as initial guess. Then use "lsqcurvefit" to solve for the parameters.
To get more help, you will have to make an attempt to code what I wrote above.

카테고리

도움말 센터File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

질문:

2023년 5월 5일

편집:

2023년 5월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by