Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Mili Kian
Mili Kian el 22 de Nov. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Mili Kian
Mili Kian el 22 de Nov. de 2020
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 el 22 de Nov. de 2020
what are x0, y0 and r ? constants ?

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by