function y = waves(x) % WAVES A damped sine wave, y = exp(-x/10) .* sin(x). y = exp(-x / 10) .* sin(x); end