clear all close all clc x = -10:0.1:10; y = tpdf(x,3); z = normpdf(x,0,1); hh3=y./z;