how to convert .text file to .wav?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
2016년 10월 15일
if u have text file
fid=fopen('abc.txt');
%%do action what u want
fid close;
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!