Adding Sounds in MATLAB, App Designer Drop Down Menu -
first I demo some of the built-in sounds available in MATLAB:
load gong
load train
load laughter
load handel
load chirp
And then I create an App using MATLAB app designer with a Drop Down menu that allows the user to select which sound they want to play.