Tutorial 2 | How to Plot a Circle in Matlab

The parametric equation of a circle can be defined as follows:

xCoordinate = xCenter + Radius x Cos(theta)
yCoordinate = yCenter + Radius x Sin(theta)

Watch the tutorial: