clear;
figure(1);
hold on;
t = [0:0,005:5]
f = (2*sin(2*pi*60*t) + cos(2*pi*100*t));
subplot(f);
plot(t,(2 * sin(2*pi*60*t) + cos(2*pi*100*t)));
title('Fouriertransformation');
xlabel('t in s'); ylabel('A von Omega');