how can i plot circular orbit of satellite using app designer

1 次查看(过去 30 天)
actually i dont even know how to start

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Reference Applications 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by