Unsual gradient from gradient
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, when I try and calculate the gradient I receive slope = gradient (fx)
slope =
(7167*x^2)/25000 - (3523*x)/5000 + 6389/10000
>> GRAD = vpa (slope, 10)
GRAD =
0.28668*x^2 - 0.7046*x + 0.6389
Will someone advised me how to interpret this please? GS.
0 件のコメント
採用された回答
Star Strider
2018 年 1 月 31 日
The vpa function converts the fractions to their decimal equivalents (decimal fractions).
7 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Particle & Nuclear Physics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!