필터 지우기
필터 지우기

How to read wav files from a path and label stored in tex file in matlab?

조회 수: 1 (최근 30일)
kc
kc 2020년 1월 16일
댓글: GreyHunter 2020년 10월 10일
I have a tex file with three labels one is path name of wav files (string) in computer,second is label or code (numeric) and third is again a string. I want to read these wave files stored in that perticular locations and segregate them as per the given second and third label in tex file. In short i want to use all the data in tex file.
I have saved all the three information contents in a cell from this tex file. Now i m stuck ,how to extract those wav files from the location?
  댓글 수: 1
GreyHunter
GreyHunter 2020년 10월 10일
You can use dir function or you can use a string to store the location.
fileName= dir();
or
Directory = "/Users/xxxxx";

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by