Answers for "matlab sqaure wave"

0

matlab sqaure wave

t = linspace(-pi,2*pi,121);
x = 1.15*square(2*t);

plot(t/pi,x,'.-',t/pi,1.15*sin(2*t))
xlabel('t / \pi')
grid on
Posted by: Guest on August-31-2021

Browse Popular Code Answers by Language