how to convert .text file to .wav?
4 ビュー (過去 30 日間)
古いコメントを表示
I have converted my image or scanned my image and extracted the words out of it and now I want Matlab read out each word of scanned image, so help me to overcome this problem.
回答 (1 件)
Muhammad Usman Saleem
2016 年 10 月 15 日
if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!