How can I find the point of intersection between a set of data and a line?

2 visualizaciones (últimos 30 días)
I am currently analyzing a stress strain curve and using the offset method to determine the yield strength. I can't seem to find a reliable method to find the intersection between the data set and the offset line.

Respuesta aceptada

Star Strider
Star Strider el 31 de Mzo. de 2016
I have no idea what you’re actually doing, since I don’t have your data or the line you want to compare it with. (Details are always helpful. My background is not in materials science.)
My guess is that the interp1 function would be worth considering, if your data are compatible with it.
  4 comentarios
Ethan Echols
Ethan Echols el 31 de Mzo. de 2016
'O' is a linear function of 'STRAIN,' and 'STRESS' is an array of numerical data with dependence on 'STRAIN.' I am trying to find the point of intersection between the graphs of 'STRESS' and 'O', both of which share 'STRAIN' as the x-axis.
Star Strider
Star Strider el 31 de Mzo. de 2016
That I understand. However, I have no idea what the ‘STRESS’ curve as a function of ‘STRAIN’ looks like. Without the data, I can’t provide even an approximate solution.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Stress and Strain 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!

Translated by