Permission denied when I write an audio file

9 次查看(过去 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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by