How to select best x-axis values correspond to curve knee y-axis values
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mohsen Ali
el 28 de En. de 2019
Comentada: Mohsen Ali
el 28 de En. de 2019
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.
0 comentarios
Respuesta aceptada
KSSV
el 28 de En. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!