Info
この質問は閉じられています。 編集または回答するには再度開いてください。
about reading a file
1 回表示 (過去 30 日間)
古いコメントを表示
I want to read a text file from a location to a function as an argument(such as reading a text into tts(text to speech) function parenthesis) help me with instructions
1 件のコメント
回答 (1 件)
Jan
2013 年 2 月 8 日
This read a text file into a string:
Str = fileread('FileName.txt');
Afterwards you cann call tts(Str) if you have a command called "tts".
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!