determining the value of an x corresponding to specifec y from the graph

1 回表示 (過去 30 日間)
Nora Khaled
Nora Khaled 2019 年 2 月 25 日
コメント済み: Nora Khaled 2019 年 2 月 25 日
I have two vector that I used to plot the following.
q.png
the vector used to plot the y axis does not contain the value 0.5
so I want to determin the value of the x axis in the point I have selectud manually in the figure.
its the point that x would have if it was a continuous variable. but I do want to do this with code to use this value in some other computation.

採用された回答

ANKUR KUMAR
ANKUR KUMAR 2019 年 2 月 25 日
Use polyfit to fit a linear line along all data points. It gives you a linear equation in terms of x and y. Just insert the value of x or y to get the other variable.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by