how to convert .text file to .wav?

3 次查看(过去 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
if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;

产品

Community Treasure Hunt

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

Start Hunting!

Translated by