How to calculate a constant in your made up formula

1 visualización (últimos 30 días)
Francesca Clark
Francesca Clark el 25 de Sept. de 2020
Respondida: Walter Roberson el 25 de Sept. de 2020
I need to calculate the constant C in my formula:
t=Ch^xD^yd^z.
We calculated x, y and z in Matlab, however we don't know how to calculate C in Matlab.

Respuestas (1)

Walter Roberson
Walter Roberson el 25 de Sept. de 2020
Assuming that you have one known t for each known h and d value, and that D and x and y and z are known, then C is mean() of t./(h.^x.*D.^y.*d.^z)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by