how to convert .text file to .wav?

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
Muhammad Usman Saleem 2016년 10월 15일

0 개 추천

if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

제품

질문:

2016년 10월 15일

답변:

2016년 10월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by