how can i plot circular orbit of satellite using app designer

1 view (last 30 days)
actually i dont even know how to start

Accepted Answer

KSSV
KSSV on 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 Comment
ehab saleh
ehab saleh on 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

Sign in to comment.

More Answers (0)

Categories

Find more on Reference Applications in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!