how to convert .text file to .wav?
Afficher commentaires plus anciens
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.
Réponses (1)
Muhammad Usman Saleem
le 15 Oct 2016
if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!