code of Ploting circle
clear all
close all
clc
angle = linspace(0, 2*pi, 360);
x = cos(angle);
y=sin(angle);
plot(x,y)clear all
close all
clc
angle = linspace(0, 2*pi, 360);
x = cos(angle);
y=sin(angle);
plot(x,y) clear all
close all
clc
angle = linspace(0, 2*pi, 360);
x = cos(angle);
y=sin(angle);
plot(x,y) circle MATLAB Answers — New Questions