Kernel: Octave 8.2
To start this question, first execute the following code cell
In [9]:
Using a for loop (see lab 1) and the recommended parametrization of a circle (see lab 2) plot a circle with each radius in the array radii centered at .
Make sure all of the circles appear in the same figure and are not overwritten.
Label the axes with and
Include comments explaining what each line of the code does.
In [14]:
Out[14]:
Repeat the plots above, but plotting only the left half of the circles.
In [17]:
Out[17]: