myEps = 10^(-6); t = linspace( myEps, 10, 1000 ); cv = exp( -1./t )./(t.^2); plot( t, cv );