Info

この質問は閉じられています。 編集または回答するには再度開いてください。

i have a lot of points and i want to define under this conditional

1 回表示 (過去 30 日間)
Mili Kian
Mili Kian 2020 年 11 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hi
i have a lot of points and i want to define under this conditional
cond_1 = x > 0 & x <= 60 & y <= 60;
cond_2 = x > 60 & x <= 100 & y<=60 & y <= sqrt((r.^2)-((x-x0).^2))+y0 ;
cond_3 = x > 100 & x <= 160 & y <= 60;
when i write that , this doesnt work.
please help
  3 件のコメント
Mili Kian
Mili Kian 2020 年 11 月 22 日
y <= sqrt((r.^2)-((x-x0).^2))+y0
this part doesnt work . the whole points are given.
my code is too long. sorry i cant send it
VBBV
VBBV 2020 年 11 月 22 日
what are x0, y0 and r ? constants ?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by