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