Media Summary: This video demonstrates how it is possible to display the English below : Dans le cadre d'un travail pratique universitaire nous sommes confrontés à une courbe de Lissajous figure animation in MATLAB, fx:fy=1:2 Φ=5π/4
Lissajous Figures Animated With Matlab - Detailed Analysis & Overview
This video demonstrates how it is possible to display the English below : Dans le cadre d'un travail pratique universitaire nous sommes confrontés à une courbe de Lissajous figure animation in MATLAB, fx:fy=1:2 Φ=5π/4 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); ... Engineering students typically use oscilloscopes to plot waveforms repetitively in an amplitude versus time format (Ex: volts versus ...