how to know 'y' values of points when we only know 'x' values?

4 ビュー (過去 30 日間)
Sierra
Sierra 2022 年 5 月 31 日
回答済み: AndresVar 2022 年 5 月 31 日
I know the coordinates of red points and slope of red line.
the black line is perpendicular to red line.
I know 'x' values(x1,x2)
but I don't know 'y' values, so I want to know 'y' values(y1,y2).
is there a fuction or a formular?
thanks

回答 (1 件)

AndresVar
AndresVar 2022 年 5 月 31 日
yes a perpendicular line has a negative inverse slope
so if red lines has slope m1=(dy/dx)_red, then the black line has slope m2=-1/m1=(dy/dx)_black

カテゴリ

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