Cycloid variation using theta and radians

82 Views Asked by At

I was using matlab to plot these equations x=a*(theta+sin(theta)); y=a*(1+cos(theta)) which happen to be equation of Cycloid When I plotted it taking theta in radians enter image description here I got this plot While on the other hand using theta in degrees enter image description here

Can anyone explain me why is there such variation and which one is the real cycloid? Thank you.