LOVE SIGNAL
% created by: Sümeyye Başaran
% 21 June 2018, 7:36 PM
clc
clear all
close all
theta = -pi:0.01:pi;
for k=1:3
x=k*theta;
plot(x,abs(sin(x)/2),'m','LineWidth',3),title('LOVE SIGNAL'), grid on
hold on
plot(x,-abs(sawtooth(x/2,0.5)),'m','LineWidth',3)
hold off
end
Ben sevdim :)
YanıtlaSil