function rtn = sindecay(x) rtn = exp(-x) .* sin(x) ; % note vectorized op