필터 지우기
필터 지우기

How to calculate a constant in your made up formula

조회 수: 1 (최근 30일)
Francesca Clark
Francesca Clark 2020년 9월 25일
답변: Walter Roberson 2020년 9월 25일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2020년 9월 25일
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)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by