필터 지우기
필터 지우기

Permission denied when I write an audio file

조회 수: 9 (최근 30일)
i Venky
i Venky 2012년 2월 29일
댓글: Mogahed Sharafuden 2021년 1월 30일
I created a variable 'z' and I flipped an variable containing an audio and I assigned that flipped data to the variable 'z'.
When I tried to write that variable 'z' as an audio file I am getting this error
"Permission denied".
This is what I did-
wavwrite(z,'audio.wav');
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 2월 29일
Do you have write permission in the current directory?
Walter Roberson
Walter Roberson 2012년 2월 29일
Windows 7? If so then what directory name are you trying to write into?

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

답변 (2개)

Wayne King
Wayne King 2012년 2월 29일
Do you have write permission in the directory you are trying to write the .wav file?
Is a .wav file by that name and in that directory already open in some other program?
If the above are not true, please show the size and class of z.

gdb
gdb 2012년 8월 11일
right click on the matlab icon and run as administrator

카테고리

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