system on inequations of a problem in mathematic

1 回表示 (過去 30 日間)
abd elkarim
abd elkarim 2019 年 8 月 28 日
コメント済み: abd elkarim 2019 年 8 月 29 日
Hello, everybody
I hope that you are in a good state, i want to propose a problem that i have to know.
I'll introduce a problem that i have, it's given a cartesian coordinate (x,y) a space contains a lot of points (A,B,C,D)
So We have a points in the space of study as the image mention that :
my goal is to detect what i colored (mathematic, and informatic by matlab) or how to determinate the colored zone

採用された回答

Torsten
Torsten 2019 年 8 月 29 日
編集済み: Torsten 2019 年 8 月 29 日
The coloured region is defined by three inequalities:
y >= (x-x_A)/(x_B-x_A)*y_B+(x-x_B)/(x_A-x_B)*y_A
y >= (x-x_A)/(x_D-x_A)*y_D+(x-x_D)/(x_A-x_D)*y_A
y <= (x-x_B)/(x_C-x_B)*y_C+(x-x_C)/(x_B-x_C)*y_B
Is it this what you mean ?
  1 件のコメント
abd elkarim
abd elkarim 2019 年 8 月 29 日
Thank you very much
that's what i need

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElementary Polygons についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by