Filter löschen
Filter löschen

Find where the vertical line intersects the y values

2 Ansichten (letzte 30 Tage)
Dushyant Dhundara
Dushyant Dhundara am 25 Apr. 2016
Kommentiert: Star Strider am 25 Apr. 2016
I have attached the plot I generated for a data set. I would like to find the points where the vertical lines intersect the y-values. Further, is there a way to just plot a point (or a marker) instead of the vertical lines? I am just plotting a time stamp using the vertical line.

Antworten (1)

Star Strider
Star Strider am 25 Apr. 2016
You obviously have the x values, so I would use the interp1 function to find the y values in your data.
  4 Kommentare
Dushyant Dhundara
Dushyant Dhundara am 25 Apr. 2016
Bearbeitet: Dushyant Dhundara am 25 Apr. 2016
Thank you so much, it is what I was intending to do. I used linear before but the remaining parameter did the trick.
Star Strider
Star Strider am 25 Apr. 2016
My pleasure.
If my Answer solved your problem, please Accept it!

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by