필터 지우기
필터 지우기

How to find the maximum slope, of a polynomial in Polyfit?

조회 수: 5 (최근 30일)
Malte
Malte 2014년 5월 31일
답변: Matt J 2014년 5월 31일
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...

답변 (1개)

Matt J
Matt J 2014년 5월 31일
You can get the derivative of the polynomial using the polyder command.

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by