%MATLAB-skript: frekvresp_intro_bode.m K=1;T=1; system=tf([K],[T,1]); wmin=0.1; wmax=10; bode(system,{wmin,wmax}) grid xlabel('w')