how to convert .text file to .wav?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
Antworten (1)
Muhammad Usman Saleem
am 15 Okt. 2016
if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;
0 Kommentare
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!