How can i determine the points of the intersection of the curve with an axis parallel to x axis ?

11 ビュー (過去 30 日間)
Mallouli Marwa
Mallouli Marwa 2017 年 2 月 10 日
回答済み: KSSV 2017 年 2 月 10 日
Hi
I have this curve and i want to determine the points of the intersection with the red curve h1.
Please help me.
  1 件のコメント
Torsten
Torsten 2017 年 2 月 10 日
How are the curves given ? As tables of values ? Or explicit functions ?
Best wishes
Torsten.

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2017 年 2 月 10 日
interp1 should work for you....the red curve is at 185 on y-axis. Let x,y be your curve data.
yi = 185 ;
xi = interp1(y,x,yi)

カテゴリ

Help Center および File ExchangeFit Postprocessing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by