Need to make a line on existing graph

1 Ansicht (letzte 30 Tage)
birdnerd007
birdnerd007 am 9 Mai 2020
Bearbeitet: Cris LaPierre am 9 Mai 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.

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 9 Mai 2020
Bearbeitet: Cris LaPierre am 9 Mai 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.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by