Can somebody explain to me this code?

so here's the code:
t=0:pi/120:2*pi;
x=5+3*cos(t);
y=7+3*sin(t);
plot(x,y)
axis equal
the only confusing part is t or theta, can somebody explain it to me how it works? Thanks!

답변 (1개)

Sean de Wolski
Sean de Wolski 2014년 3월 31일

0 개 추천

take a look at t (remove the semicolon or look at it in the workspace):
t=0:pi/120:2*pi
And to visually look at it:
plot(t)

카테고리

도움말 센터File Exchange에서 Linear Algebra에 대해 자세히 알아보기

질문:

2014년 3월 31일

답변:

2014년 3월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by