MATLAB: Is it possible to use sound(y,Fs) with MATLAB on iPad

sound ipad

When i write:
clear
clc
load handel;
sound(y,Fs)
on my iPad i get a Warning: Unable to play audio because no audio outputs where found.
Is there any way to play audio with the iPad speakers?

Best Answer

You could use Simulink to create a model that used an iOS audio playback block, and you could Deploy that to the iPAD.