how to calculate f(x) = a*x^b+c
1 回表示 (過去 30 日間)
古いコメントを表示
i have ,a = -41.96; b =0.106; c =278.5; x=328.8724. how to calculate f(x) = a*x^b+c? it is showing ??? Attempted to access (328.872); index must be a positive integer or logical. help me
0 件のコメント
採用された回答
Mischa Kim
2014 年 4 月 9 日
編集済み: Mischa Kim
2014 年 4 月 9 日
Rupraj, use
f = a*x^b + c
This should result in
f =
2.009395380889448e+02
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!