MATLAB Function Reference | Search  Help Desk |
speak | Examples |
speak(y
) speak(y,
voice)
speak(y
)
speaks the text string y
using the default voice.
speak(y
,voice)
speaks the text string y
using the voice specified by voice
. speak
requires the Speech Manager and works only on the Macintosh.
speak('I like math.') speak('I really like matlab','good news')