MATLAB Program for Hypnotic Spiral Vector Image
Program:
Code for Hypnotic spiral vector image
t=0:0.001:30*pi;
x=t.*cos(t);
y=t.*sin(t);
plot(x,y);
Code for Hypnotic spiral vector image
t=0:0.001:30*pi;
x=t.*cos(t);
y=t.*sin(t);
plot(x,y);
axis square
Join for discussion:
No comments