フィルターのクリア

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 Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by