How can I interpolate a point in a x,y graph given only one of these values and being the point on the line?

1 次查看(过去 30 天)
I have a sets of graphs where I want to show 2 points on each plot. One on .5 (y value) and the other on .9 (also y value)
I have tried
plot(x,y)
hold on
plot(x(),y(.5),'r*')
But did not work out.
Any ideas?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by