How can I build power function through point?
古いコメントを表示
Please, help me! I have the coordinates of the curve y = [150 150 130 130 130 100 100 100 80 80 80 60], x = [52000 70000 74000 96000 100000 170000 220000 245000 530000 720000 810000 4900000]. This curve well described by power function. How can I build the same curve passing through the point A(68856, 210) and get it equation?
6 件のコメント
Irene Dzhavadova
2019 年 1 月 16 日
編集済み: Irene Dzhavadova
2019 年 1 月 16 日
Jan
2019 年 1 月 16 日
The screenshot is hard to read due to scaling.
Torsten
2019 年 1 月 16 日
As model to fit, use
y = a*(x^b-210^b) + 68856
Irene Dzhavadova
2019 年 1 月 16 日
Torsten
2019 年 1 月 16 日
If points are added, you will have to fit your model again. As a result, you'll get different values for a, b and c.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




