How can I identify the powers and the coefficient of a semi-known 2 variable function?
2 次查看(过去 30 天)
显示 更早的评论
I am currently trying to corralate Reynold's and Prundtl number to find the Nusselt number. The equation is Nu = C*Re^n*Pr^m , where C,n,m are non integer constants. I have 5 pieces of data where I know Nu,Re, and Pr. My aim is to find C,n,m. I have looked through a bunch of curve fitting techniques but all of them seem to work only for integer powers. Any suggestions?
0 个评论
采纳的回答
Walter Roberson
2018-12-8
take logs.
log(Nu) = log( C) + n * log(Re) + m * log(Pr)
This is a linear system easily fit with the \ operator
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!