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 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