フィルターのクリア

Is there a command in Matlab which reads a message and makes it an audio one ?

2 ビュー (過去 30 日間)
Mayssa
Mayssa 2014 年 5 月 25 日
コメント済み: Mayssa 2014 年 5 月 26 日
I am working on an interface in which I need to detect a tumor in different images and calculate its area,I need to display a message "the area of cancer is(value) from the total area" and I want it to be read and listened, is that possible ?
  2 件のコメント
Jan
Jan 2014 年 5 月 25 日
What is the problem exactly? Do the details about the GUI and its purpose matter?
Mayssa
Mayssa 2014 年 5 月 26 日
no it doesn't really matter, I am looking for a command able to read (with voice) any written message

サインインしてコメントする。

採用された回答

Jan
Jan 2014 年 5 月 25 日
Under Windows there are several methods to convert text to a speech output to the speakers:
NET.addAssembly('System.Speech')
speaker = System.Speech.Synthesis.SpeechSynthesizer();
speaker.Rate = 1
speaker.Speak('Hello world')
In the FEX you'd find these methods by a simple search:
  1 件のコメント
Mayssa
Mayssa 2014 年 5 月 26 日
thank you very much, that's what I needed it to know

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by