필터 지우기
필터 지우기

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