can i know how to find an intersection between a line and a set of x-y datas
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Koo Ian Keen
el 8 de Mayo de 2019
Respondida: KSSV
el 8 de Mayo de 2019
So, this is a part of my codes.
p1=[1.177062971972549e+04,6.433804090025431]
x_0002=strain1([1:102]) %x-value for set of data
y_0002=p1(1)*x_0002+p1(2)-0.0002*p1(1) %a fitted straight line for the sets of data
y_data=stress1([1:102]) %y-value for set of data
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear and Nonlinear Regression 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!