Force slope and return intercept value (assuming a non-zero intercept)
4 ビュー (過去 30 日間)
古いコメントを表示
Hi, I would like to force a slope value and know the intercept for that particular slope value....
Const = polyfit(log10(x),log10(y), 1);
m = Const(1);
k = Const(2);
b_fit = (10^k) * (x.^m);
This is the one that I use to return both... I want to force m and return k
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!