how can i plot circular orbit of satellite using app designer

1 visualización (últimos 30 días)
ehab saleh
ehab saleh el 15 de Abr. de 2019
Comentada: ehab saleh el 19 de Abr. de 2019
actually i dont even know how to start

Respuesta aceptada

KSSV
KSSV el 15 de Abr. de 2019
Why you want to use an app?
th = linspace(0,2*pi) ;
R = 1. ;
x = R*cos(th) ;
y = R*sin(th) ;
plot(x,y) ;
  1 comentario
ehab saleh
ehab saleh el 19 de Abr. de 2019
actually this is the required task so i have to use app designer and thank you for your answer i appreciate it

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Reference Applications en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by