Media Summary: Code: t=0:0.001:2*pi; x=cos(t); y=sin(t); subplot(2,2,1); plot(x,y); y1=sin(2*t); subplot(2,2,2); plot(x,y1); y2=sin(3*t); subplot(2,2,3); ...
Lissajous Patterns Using Matlab 6 - Detailed Analysis & Overview
Code: t=0:0.001:2*pi; x=cos(t); y=sin(t); subplot(2,2,1); plot(x,y); y1=sin(2*t); subplot(2,2,2); plot(x,y1); y2=sin(3*t); subplot(2,2,3); ...