how can i plot circular orbit of satellite using app designer

1 Ansicht (letzte 30 Tage)
ehab saleh
ehab saleh am 15 Apr. 2019
Kommentiert: ehab saleh am 19 Apr. 2019
actually i dont even know how to start

Akzeptierte Antwort

KSSV
KSSV am 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 Kommentar
ehab saleh
ehab saleh am 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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Reference Applications finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by