how can i plot circular orbit of satellite using app designer

1 回表示 (過去 30 日間)
ehab saleh
ehab saleh 2019 年 4 月 15 日
コメント済み: ehab saleh 2019 年 4 月 19 日
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 Center および File ExchangeReference Applications についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by