How to find the maximum slope, of a polynomial in Polyfit?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi all
I Have a given set of data points (around 600.000). i have used the polyfit function, to fit a 5. degree polynomial ( P_fit = polyfit(Z,X,5); ). And yes my Z and X axis has to be shifted. Now my question is, how do i find the maximum slope on the polynomial? I have searched around this forum and the web, but without any success...
0 件のコメント
回答 (1 件)
Matt J
2014 年 5 月 31 日
You can get the derivative of the polynomial using the polyder command.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Polynomials についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!