Need to make a line on existing graph

1 visualización (últimos 30 días)
birdnerd007
birdnerd007 el 9 de Mayo de 2020
Editada: Cris LaPierre el 9 de Mayo de 2020
Hello, my code that I used to create this graph is above. I need to create a line that has a slope of 606 and is off-set by 0.002 in the +x-direction. Essentially, the point where this line intersects with my graph using the above information is what I'm looking for. The line can stop at 25 in the y-direction. I'm not sure if I am asking this correctly or not. I'm happy to try and clarify to the best of my abilities. I appreciate your help.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 9 de Mayo de 2020
Editada: Cris LaPierre el 9 de Mayo de 2020
Creating the line is simple. You should be familiar with the equation y=m*x + b by now. More challenging is going to be finding the intercept since the chance your two lines share a point in common is almost none. You'll need to implement some sort of algorithm to find the closest point. The simplest might be to subtract the y values of the two lines and identify the minimum.

Más respuestas (0)

Categorías

Más información sobre Directed Graphs en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by