Borrar filtros
Borrar filtros

Find where the vertical line intersects the y values

2 visualizaciones (últimos 30 días)
Dushyant Dhundara
Dushyant Dhundara el 25 de Abr. de 2016
Comentada: Star Strider el 25 de Abr. de 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.

Respuestas (1)

Star Strider
Star Strider el 25 de Abr. de 2016
You obviously have the x values, so I would use the interp1 function to find the y values in your data.
  4 comentarios
Dushyant Dhundara
Dushyant Dhundara el 25 de Abr. de 2016
Editada: Dushyant Dhundara el 25 de Abr. de 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 el 25 de Abr. de 2016
My pleasure.
If my Answer solved your problem, please Accept it!

Iniciar sesión para comentar.

Categorías

Más información sobre Scatter Plots 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