syms t; x=exp(-2*abs(t)); F=fourier(x); subplot(2,1,1); ezplot(x); subplot(2,1,2); ezplot(F);