how to convert .text file to .wav?

5 visualizaciones (últimos 30 días)
arjun agrawal
arjun agrawal el 15 de Oct. de 2016
Respondida: Muhammad Usman Saleem el 15 de Oct. de 2016
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.

Respuestas (1)

Muhammad Usman Saleem
Muhammad Usman Saleem el 15 de Oct. de 2016
if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by