MATLAB: How to save a created sound using audiowrite

audiowritesound

I have created a sound of a Modulated wavelength:
Fs = 10000;
sound(Modulated, Fs);
How do I save this?
Related Question