Azzera filtri
Azzera filtri

How to select best x-axis values correspond to curve knee y-axis values

2 visualizzazioni (ultimi 30 giorni)
I'm plotting this curves shown below, and I want to extract the best x-axis values correspond to curve knee y-axis values. My target is , for each curve, to pick the smallest x-axis value where the y-axis values seem to start to flatten out.
see this figure.

Risposta accettata

KSSV
KSSV il 28 Gen 2019
Try fitting a striaght line for the requrired points using polyfit and check for devaitaion of points from the line and pick the required points.
  3 Commenti
KSSV
KSSV il 28 Gen 2019
Provide data and specify your region points manually....
Mohsen Ali
Mohsen Ali il 28 Gen 2019
Oh,
I did this manually, I want to do it dynamically such that we can pick the smallest X value for each curve at the position the curve starts to be flatten out.
Could you help me according to my figure above?

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by