필터 지우기
필터 지우기

How to obtain inflection points for a curve ?

조회 수: 5 (최근 30일)
Surendra Ratnu
Surendra Ratnu 2022년 10월 15일
댓글: Surendra Ratnu 2022년 10월 17일
We want to find points where curve changed its slop and i attached curve .mat file.

답변 (1개)

Walter Roberson
Walter Roberson 2022년 10월 15일
use gradient() to take numeric derivative. Use gradient() again to get second derivative. Search the second derivative for zeros or sign changes.
  댓글 수: 1
Surendra Ratnu
Surendra Ratnu 2022년 10월 17일
There are many points but i want few points among. I showed in the image in green colour points for samples. I need only these points for given curve. Can you tell me how to do that.

댓글을 달려면 로그인하십시오.

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by