Filter löschen
Filter löschen

How can I identify the powers and the coefficient of a semi-known 2 variable function?

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 8 Dez. 2018
take logs.
log(Nu) = log( C) + n * log(Re) + m * log(Pr)
This is a linear system easily fit with the \ operator

Weitere Antworten (0)

Kategorien

Mehr zu Polynomials finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by