how to convert .text file to .wav?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
Risposte (1)
Muhammad Usman Saleem
il 15 Ott 2016
if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;
0 Commenti
Vedere anche
Categorie
Scopri di più su Convert Image Type in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!