how can i plot circular orbit of satellite using app designer

1 visualizzazione (ultimi 30 giorni)
actually i dont even know how to start

Risposta accettata

KSSV
KSSV il 15 Apr 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 Commento
ehab saleh
ehab saleh il 19 Apr 2019
actually this is the required task so i have to use app designer and thank you for your answer i appreciate it

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Reference Applications in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by